diff --git a/webapp/src/container/Games.jsx b/webapp/src/container/Games.jsx index 66d93b8..aada860 100644 --- a/webapp/src/container/Games.jsx +++ b/webapp/src/container/Games.jsx @@ -58,7 +58,7 @@ function ViewSelector({ games }) { } function ViewProvider({ gamesReducer, players }) { - const [/*games*/, dispatchGames] = gamesReducer; + const [games, dispatchGames] = gamesReducer; return (