Commit f105f099 authored by Kaylee George's avatar Kaylee George Committed by GitHub

fix: formatted delta on mobile view of token explore (#4519)

fix delta
parent 18e89a73
...@@ -518,7 +518,7 @@ export default function LoadedRow({ ...@@ -518,7 +518,7 @@ export default function LoadedRow({
<PriceInfoCell> <PriceInfoCell>
{tokenData.price?.value ? formatDollarAmount(tokenData.price?.value) : '-'} {tokenData.price?.value ? formatDollarAmount(tokenData.price?.value) : '-'}
<PercentChangeInfoCell> <PercentChangeInfoCell>
{delta} {formattedDelta}
{arrow} {arrow}
</PercentChangeInfoCell> </PercentChangeInfoCell>
</PriceInfoCell> </PriceInfoCell>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment