Skip to content

Commit

Permalink
fix: balance change display (RabbyHub#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv authored and christianholman committed Nov 20, 2024
1 parent 283738e commit d6c2de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const BalanceChangeWrapper: React.FC<Props> = ({
balanceChange.receive_nft_list.length +
balanceChange.receive_token_list.length +
balanceChange.send_nft_list.length +
balanceChange.send_nft_list.length <=
balanceChange.send_token_list.length <=
0
) {
return true;
Expand Down

0 comments on commit d6c2de1

Please sign in to comment.