Skip to content

Commit

Permalink
Display 'Token' as placeholder until chain is read
Browse files Browse the repository at this point in the history
  • Loading branch information
Jed Duffey authored and Jed Duffey committed Apr 27, 2024
1 parent 661ebbc commit aee31ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/balances/Balances.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export function Balances() {
<th style={{ width: columnNamesAndWidths.nickname }}>Nickname</th>
<th style={{ width: columnNamesAndWidths.address }}>Address</th>
<th style={{ width: columnNamesAndWidths.ethBalance }}>ETH Balance</th>
<th style={{ width: columnNamesAndWidths.tokenBalance }}>{tokenSymbol} Balance</th>
<th style={{ width: columnNamesAndWidths.tokenAllowance }}>{tokenSymbol} Allowance</th>
<th style={{ width: columnNamesAndWidths.tokenBalance }}>{tokenSymbol ?? "Token"} Balance</th>
<th style={{ width: columnNamesAndWidths.tokenAllowance }}>{tokenSymbol ?? "Token"} Allowance</th>
<th style={{ width: columnNamesAndWidths.numberCompletionSetsCounter }}>✅ Sets</th>
<th style={{ width: columnNamesAndWidths.numberCompletionSetCurrent }}>Current Set</th>
</tr>
Expand Down

0 comments on commit aee31ee

Please sign in to comment.