refacto : gameFromUrl

This commit is contained in:
GuillaumeSD
2024-02-23 23:32:29 +01:00
parent f77a425067
commit 89ca7d8f13
9 changed files with 105 additions and 31 deletions

View File

@@ -80,6 +80,15 @@ export default function GameDatabase() {
headerAlign: "center",
align: "center",
},
{
field: "eval",
headerName: "Evaluation",
type: "boolean",
headerAlign: "center",
align: "center",
width: 100,
valueGetter: (params) => !!params.row.eval,
},
{
field: "openEvaluation",
type: "actions",