Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
8b6f65ed4b
|
|
@ -518,7 +518,7 @@ export const MainBillingComponent: FC<{
|
|||
)}
|
||||
{subscription?.cancelAt && isGeneral && (
|
||||
<div className="text-center">
|
||||
Your subscription will be cancel at{' '}
|
||||
Your subscription will be canceled at{' '}
|
||||
{dayjs(subscription.cancelAt).local().format('D MMM, YYYY')}
|
||||
<br />
|
||||
You will never be charged again
|
||||
|
|
|
|||
Loading…
Reference in New Issue