parent
ffb6318475
commit
8445d61df0
@ -285,7 +285,7 @@ const StatsRow = ({ stats, isMobile, ...props }: { stats: GenieCollection; isMob
|
|||||||
</StatsItem>
|
</StatsItem>
|
||||||
) : null}
|
) : null}
|
||||||
{stats.stats?.one_day_floor_change ? (
|
{stats.stats?.one_day_floor_change ? (
|
||||||
<StatsItem label="24-Hour Floor" isMobile={isMobile ?? false}>
|
<StatsItem label="24-Hour floor" isMobile={isMobile ?? false}>
|
||||||
<PercentChange>
|
<PercentChange>
|
||||||
{floorChangeStr}% {arrow}
|
{floorChangeStr}% {arrow}
|
||||||
</PercentChange>
|
</PercentChange>
|
||||||
@ -306,11 +306,6 @@ const StatsRow = ({ stats, isMobile, ...props }: { stats: GenieCollection; isMob
|
|||||||
{uniqueOwnersPercentage}%
|
{uniqueOwnersPercentage}%
|
||||||
</StatsItem>
|
</StatsItem>
|
||||||
) : null}
|
) : null}
|
||||||
{stats.stats?.total_volume ? (
|
|
||||||
<StatsItem label="Total Volume" isMobile={isMobile ?? false}>
|
|
||||||
{totalVolumeStr} ETH
|
|
||||||
</StatsItem>
|
|
||||||
) : null}
|
|
||||||
{stats.stats?.total_listings && listedPercentageStr > 0 ? (
|
{stats.stats?.total_listings && listedPercentageStr > 0 ? (
|
||||||
<StatsItem label="Listed" isMobile={isMobile ?? false}>
|
<StatsItem label="Listed" isMobile={isMobile ?? false}>
|
||||||
{listedPercentageStr}%
|
{listedPercentageStr}%
|
||||||
|
Loading…
Reference in New Issue
Block a user