Skip to content

Commit 537c295

Browse files
committed
revert credits
1 parent 41f70e9 commit 537c295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/app/src/user/AccountPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function AccountPage({ user }: { user: User }) {
7474
Credits
7575
</div>
7676
<div className="text-foreground mt-1 text-sm sm:col-span-1 sm:mt-0">
77-
{user.credits + " credits"}
77+
{user.credits} credits
7878
</div>
7979
<div className="ml-auto mt-4 sm:mt-0">
8080
<BuyMoreButton subscriptionStatus={user.subscriptionStatus} />

0 commit comments

Comments
 (0)