Skip to content

Commit

Permalink
fix: remove extra div, ref leather-io/issues#5469
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadawi authored and pete-watters committed Jul 1, 2024
1 parent 26b6b4f commit abdaab5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function Brc20TokenAssetList({ tokens, variant }: Brc20TokenAssetListProp
});
}

if (!tokens.length) return null;
return (
<Stack data-testid={CryptoAssetSelectors.CryptoAssetList}>
{tokens.map(token => (
Expand Down

0 comments on commit abdaab5

Please sign in to comment.