refacto : gameFromUrl
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user