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