fix : games number typo in database page

This commit is contained in:
GuillaumeSD
2024-04-11 01:14:52 +02:00
parent 9174ef1bdf
commit e9e772ca81

View File

@@ -157,7 +157,8 @@ export default function GameDatabase() {
<Grid item container xs={12} justifyContent="center" alignItems="center"> <Grid item container xs={12} justifyContent="center" alignItems="center">
<Typography variant="subtitle2"> <Typography variant="subtitle2">
You have {games.length} games in your database You have {games.length} game{games.length !== 1 && "s"} in your
database
</Typography> </Typography>
</Grid> </Grid>