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 41f70e9 commit 537c295Copy full SHA for 537c295
template/app/src/user/AccountPage.tsx
@@ -74,7 +74,7 @@ export default function AccountPage({ user }: { user: User }) {
74
Credits
75
</div>
76
<div className="text-foreground mt-1 text-sm sm:col-span-1 sm:mt-0">
77
- {user.credits + " credits"}
+ {user.credits} credits
78
79
<div className="ml-auto mt-4 sm:mt-0">
80
<BuyMoreButton subscriptionStatus={user.subscriptionStatus} />
0 commit comments