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