diff --git a/web/app/(app)/dashboard/(components)/account-settings.tsx b/web/app/(app)/dashboard/(components)/account-settings.tsx index 16590a6..bdde2fc 100644 --- a/web/app/(app)/dashboard/(components)/account-settings.tsx +++ b/web/app/(app)/dashboard/(components)/account-settings.tsx @@ -268,10 +268,33 @@ export default function AccountSettings() { )} -
- - - Active +
+ + + {currentSubscription?.status + ? currentSubscription.status + .split('_') + .map(word => word.charAt(0).toUpperCase() + word.slice(1)) + .join(' ') + : 'Active'}