Skip to content

Commit

Permalink
feature(wallet-mobile): new tx review missing operations
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Nov 14, 2024
2 parents 32efc99 + cdb0b9f commit 8165380
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 285 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const MyWalletTokens = ({

<Space fill />

<TokenItem tokenInfo={wallet.portfolioPrimaryTokenInfo} label={totalPrimaryTokenSpentLabel} />
<TokenItem tokenInfo={wallet.portfolioPrimaryTokenInfo} label={`-${totalPrimaryTokenSpentLabel}`} />

{notPrimaryTokenSent.map((token, index) => (
<TokenItem key={index} tokenInfo={token.tokenInfo} label={token.label} isPrimaryToken={false} />
Expand Down
Loading

0 comments on commit 8165380

Please sign in to comment.