fix price display
This commit is contained in:
parent
acc6bc4359
commit
86683d410f
@ -86,7 +86,7 @@ export function FilteredGamesList({
|
|||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{price === 0 ? "0 (Free)" : price}€
|
{price === 0 ? "0€ (Free)" : `${price}€`}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<GameImage game={game} />
|
<GameImage game={game} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user