Skip to content

Commit

Permalink
fix: balance change display
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Nov 4, 2024
1 parent c0ac7c9 commit cddc68c
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 cddc68c

Please sign in to comment.