From 134dd3d979ff0663066ebd34307634f4a8baa911 Mon Sep 17 00:00:00 2001 From: Alex-IS Date: Mon, 25 Sep 2023 14:08:19 +0200 Subject: [PATCH] fix: do not show note about free plan if not on free plan --- src/components/dao/settings-plans-billing.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dao/settings-plans-billing.vue b/src/components/dao/settings-plans-billing.vue index be8f4aa67..bba8c9c12 100644 --- a/src/components/dao/settings-plans-billing.vue +++ b/src/components/dao/settings-plans-billing.vue @@ -295,7 +295,7 @@ export default { .row .col-12.col-md-6(:class="{ 'q-pr-sm': $q.screen.gt.md, 'q-mt-md': $q.screen.lt.md }") widget(:title="$t('configuration.settings-plans-billing.plan.title')" titleImage='/svg/paperplane.svg' bar).q-pa-none - p.q-pa-none.q-ma-none.text-sm.text-h-gray.leading-loose.q-mt-sm {{ $t('configuration.settings-plans-billing.plan.description.free') }} + p(v-if="isFreePlan").q-pa-none.q-ma-none.text-sm.text-h-gray.leading-loose.q-mt-sm {{ $t('configuration.settings-plans-billing.plan.description.free') }} widget.q-mt-xl(bar shadow) header.row.justify-between