feat: fix monthly yearly
This commit is contained in:
parent
1c61e76c9f
commit
f98ae083ab
|
|
@ -221,7 +221,9 @@ export const FirstBillingComponent = () => {
|
|||
]
|
||||
}
|
||||
</span>{' '}
|
||||
{t('billing_per_month', '/ month')}
|
||||
{period === 'MONTHLY'
|
||||
? t('billing_per_month', '/ month')
|
||||
: t('billing_per_year', '/ year')}
|
||||
</div>
|
||||
</div>
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue