Skip to content

Commit 565538a

Browse files
committed
show full number
1 parent f891e20 commit 565538a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/app.dub.co/(dashboard)/[slug]/settings/billing/page-client.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function UsageTabCard({
277277
<span className="text-xs leading-none text-neutral-600">
278278
{unlimited
279279
? "Unlimited"
280-
: `${prefix}${nFormatter(remaining, { full: remaining < 10000 })} remaining of ${prefix}${nFormatter(limit, { full: limit < 10000 })}`}
280+
: `${prefix}${nFormatter(remaining, { full: true })} remaining of ${prefix}${nFormatter(limit, { full: limit < 1000000 })}`}
281281
</span>
282282
) : (
283283
<div className="h-4 w-20 animate-pulse rounded-md bg-gray-200" />

0 commit comments

Comments
 (0)