diff --git a/components/factory/components/MyDenoms.tsx b/components/factory/components/MyDenoms.tsx index 631d0e02..59d77964 100644 --- a/components/factory/components/MyDenoms.tsx +++ b/components/factory/components/MyDenoms.tsx @@ -149,11 +149,10 @@ export default function MyDenoms({
Token | -Symbol | -Total Supply | -Your Balance | -Actions | +Token Symbol | +Name | +Total Supply | +Actions |
---|---|---|---|---|---|---|---|---|
+ |
|
- - - | - | + |
|
- {truncateString(denom.symbol, 20)} | -
-
- {formatAmount(totalSupply)}
-
- {truncateString(denom?.display ?? '', 10).toUpperCase()}
+
+ {truncateString(denom?.display ?? 'No ticker provided', 24).toUpperCase()}
|
- + | + {truncateString(denom?.name ?? 'No name provided', 20)} + | +
- {formatAmount(balance)}
+ {formatAmount(totalSupply)}
- {truncateString(denom?.display ?? '', 10).toUpperCase()}
+ {truncateString(denom?.display ?? 'No ticker provided', 10).toUpperCase()}
|