mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-06-03 03:31:00 +02:00
fix_typo (#350)
This commit is contained in:
parent
13c79b973e
commit
5fea930321
@ -49,7 +49,7 @@ export default function Example({ user }: { user: User }) {
|
||||
return (<span>Your subscription is past due. Please update your payment information.</span>)
|
||||
}
|
||||
if (user.subscriptionStatus === 'cancel_at_period_end') {
|
||||
return (<span>Your will susbscription end on 01.01.2024</span>)
|
||||
return (<span>Your susbscription will end on 01.01.2024</span>)
|
||||
}
|
||||
if (user.subscriptionStatus === 'active') {
|
||||
return (<span>Thanks so much for your support!</span>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user