diff --git a/web/app/(app)/dashboard/(components)/account-settings.tsx b/web/app/(app)/dashboard/(components)/account-settings.tsx index 1166d50..fcc26e4 100644 --- a/web/app/(app)/dashboard/(components)/account-settings.tsx +++ b/web/app/(app)/dashboard/(components)/account-settings.tsx @@ -256,10 +256,10 @@ export default function AccountSettings() { Next Payment

- {currentSubscription?.nextPaymentDate + {currentSubscription?.currentPeriodEnd ? new Date( - currentSubscription?.nextPaymentDate - ).toLocaleDateString() + currentSubscription?.currentPeriodEnd + ).toISOString() : '-:-'}