We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337b44f commit f9c0eeeCopy full SHA for f9c0eee
packages/app/src/app/pages/Patron/PricingModal/PricingChoice/ChangeSubscription/index.tsx
@@ -92,9 +92,9 @@ function ChangeSubscriptionComponent({
92
<div>
93
{buttons}
94
<SmallText>
95
- You will be billed every <strong>{format(date, 'Do')}</strong> of the
96
- month, you can change or cancel your subscription at any time. You can
97
- change your payment method in{' '}
+ You will be billed every <strong>{format(new Date(date), 'Do')}</strong>{' '}
+ of the month, you can change or cancel your subscription at any time.
+ You can change your payment method in{' '}
98
<LinkButton
99
onClick={e => {
100
e.preventDefault();
0 commit comments