fix: always show listed % (#5497)
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
This commit is contained in:
parent
6aa999f713
commit
d2a97c62ed
@ -321,7 +321,7 @@ const StatsRow = ({ stats, isMobile, ...props }: { stats: GenieCollection; isMob
|
|||||||
</StatsItem>
|
</StatsItem>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
{stats.stats?.total_listings && stats.standard !== TokenType.ERC1155 && listedPercentageStr > 0 ? (
|
{stats.stats?.total_listings && stats.standard !== TokenType.ERC1155 ? (
|
||||||
<StatsItem label="Listed" shouldHide={isMobile ?? false}>
|
<StatsItem label="Listed" shouldHide={isMobile ?? false}>
|
||||||
{listedPercentageStr}%
|
{listedPercentageStr}%
|
||||||
</StatsItem>
|
</StatsItem>
|
||||||
|
Loading…
Reference in New Issue
Block a user