fix : games number typo in database page
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user