Skip to content

Commit

Permalink
Update LiteView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
raulriera authored Oct 28, 2023
1 parent 0067cf6 commit 37e859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/LiteView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Staking(props: Partial<Props>) {
STAKING REWARDS
</span>
<span className="orange-text text-3xl sm:text-3xl pt-3 md:text-4xl lg:text-7xl">
{Number(stakingResults?.[0]?.amount.toLocaleString())}
{Number(stakingResults?.[0]?.amount ?? '0').toLocaleString()}
</span>
<span className="text-base sm:text-xl md:text-xl lg:text-3xl">
{" "}
Expand Down

0 comments on commit 37e859a

Please sign in to comment.