Skip to content

Commit

Permalink
fix: do not show note about free plan if not on free plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-IS committed Sep 25, 2023
1 parent 7b9a709 commit 134dd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dao/settings-plans-billing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 134dd3d

Please sign in to comment.