Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
montelaidev committed Jun 26, 2024
1 parent be683e8 commit 176e929
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ export const AccountListItem = ({
{shortenAddress(normalizeSafeAddress(account.address))}
</Text>
</Box>
{/* For non-EVM networks we always want to show tokens */}
{mappedOrderedTokenList.length > 1 || !isEvmNetwork ? (
<AvatarGroup members={mappedOrderedTokenList} limit={4} />
) : (
Expand Down

0 comments on commit 176e929

Please sign in to comment.