mirror of
https://github.com/vernu/textbee.git
synced 2026-04-26 01:37:19 -04:00
chore(web): fix next payment date formatting in my-account area
This commit is contained in:
@@ -259,7 +259,11 @@ export default function AccountSettings() {
|
||||
{currentSubscription?.currentPeriodEnd
|
||||
? new Date(
|
||||
currentSubscription?.currentPeriodEnd
|
||||
).toISOString()
|
||||
).toLocaleDateString('en-US', {
|
||||
month: 'long',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
})
|
||||
: '-:-'}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user