Skip to content

Commit 72c94e9

Browse files
committed
Fix linting
1 parent e38875c commit 72c94e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/platform/cloud/subscription/components/PricingTableWorkspace.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ import { useI18n } from 'vue-i18n'
285285
286286
import Button from '@/components/ui/button/Button.vue'
287287
import { useBillingContext } from '@/composables/billing/useBillingContext'
288-
import { t } from '@/i18n'
289288
import {
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
319319
interface BillingCycleOption {
320320
label: string
@@ -369,8 +369,6 @@ const tiers: PricingTierConfig[] = [
369369
isPopular: false
370370
}
371371
]
372-
373-
const { n } = useI18n()
374372
const {
375373
plans: apiPlans,
376374
currentPlanSlug,

0 commit comments

Comments
 (0)