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 c7c8caa commit 0b8e4f9Copy full SHA for 0b8e4f9
src/components/Nav/Account.tsx
@@ -49,7 +49,7 @@ export const Account = memo(function Account() {
49
{userHandle}
50
</BasicLink>
51
)}
52
- {subscription?.status === 'active' ? (
+ {user?.has_active_subscription || subscription?.status === 'active' ? (
53
<span className="flex items-center gap-1 text-xs font-medium text-green-600 dark:text-green-500">
54
<Icon name="check-circle" className="h-3.5 w-3.5" />
55
Subscribed
0 commit comments