Skip to content

Commit

Permalink
fix: tradebox typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Sep 30, 2024
1 parent 8105c4e commit 4000222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export function generateStats(
</dd>
{tokenBank.info.state.totalDeposits > 0 && (
<>
<dt>Total despoits</dt>
<dt>Total deposits</dt>
<dd className="text-primary text-right">
{tokenBank.info.state.totalDeposits.toFixed(2)} {tokenBank.meta.tokenSymbol}
</dd>
Expand Down

0 comments on commit 4000222

Please sign in to comment.