We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7de5d commit efd7d83Copy full SHA for efd7d83
apps/namadillo/src/App/Transfer/SelectToken.tsx
@@ -288,6 +288,7 @@ export const SelectToken = ({
288
</span>
289
{filteredTokens.length > 0 ?
290
filteredTokens.map((token) => {
291
+ if (token.amount.eq(0)) return null;
292
const isKeplrAddress = !isNamadaAddress(sourceAddress);
293
294
// For Keplr addresses, only show amounts if we have balance data and it's > 0
0 commit comments