From c4c3a5395c30859870a48eca680f2c3c5093f413 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sat, 26 Feb 2022 13:44:10 +0100 Subject: [PATCH] [cards] enable back --- routes/profile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/profile.vue b/routes/profile.vue index 5fb57f24..2b35b08a 100644 --- a/routes/profile.vue +++ b/routes/profile.vue @@ -160,7 +160,7 @@ cardCheckHandle: null, cardMenuVisible: false, - cardsEnabled: false, + cardsEnabled: true, } }, async asyncData({ app, route }) {