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 51ac42f commit 01e5d49Copy full SHA for 01e5d49
apps/namadillo/src/App/Masp/ShieldedFungibleTable.tsx
@@ -60,7 +60,7 @@ export const ShieldedFungibleTable = ({
60
key={`balance-${originalAddress}`}
61
className="flex flex-col text-right leading-tight"
62
>
63
- {amount.toString()}
+ <TokenCurrency symbol={asset.symbol} amount={amount} />
64
{dollar && (
65
<FiatCurrency
66
className="text-neutral-600 text-sm"
0 commit comments