File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/platform/cloud/subscription/components Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,6 @@ import { useI18n } from 'vue-i18n'
285285
286286import Button from ' @/components/ui/button/Button.vue'
287287import { useBillingContext } from ' @/composables/billing/useBillingContext'
288- import { t } from ' @/i18n'
289288import {
290289 TIER_PRICING ,
291290 TIER_TO_KEY
@@ -315,6 +314,7 @@ const emit = defineEmits<{
315314 subscribe: [payload : { tierKey: CheckoutTierKey ; billingCycle: BillingCycle }]
316315 resubscribe: []
317316}>()
317+ const { t, n } = useI18n ()
318318
319319interface BillingCycleOption {
320320 label: string
@@ -369,8 +369,6 @@ const tiers: PricingTierConfig[] = [
369369 isPopular: false
370370 }
371371]
372-
373- const { n } = useI18n ()
374372const {
375373 plans : apiPlans,
376374 currentPlanSlug,
You can’t perform that action at this time.
0 commit comments