{t.ticker}
@@ -91,11 +90,6 @@ export function TokenTable() {
{t.price}
|
-
- = 0 ? styles.up : styles.dn}`}>
- {t.change >= 0 ? '↑' : '↓'} {t.change >= 0 ? '+' : ''}{t.change}%
-
- |
{t.bal}
@@ -141,7 +135,7 @@ export function TokenTable() {
{t.logo
- ? 
+ ? 
: t.ticker[0]}
@@ -154,12 +148,7 @@ export function TokenTable() {
{t.price}
-
- {t.usd}
- = 0 ? styles.up : styles.dn}`}>
- {t.change >= 0 ? '↑' : '↓'} {Math.abs(t.change)}%
-
-
+ {t.usd}
|