diff --git a/webapp/src/components/Game/GameSelector.jsx b/webapp/src/components/Game/GameSelector.jsx index f9f60b4..944a75a 100644 --- a/webapp/src/components/Game/GameSelector.jsx +++ b/webapp/src/components/Game/GameSelector.jsx @@ -21,13 +21,13 @@ export default function GameSelector() { dispatchCtx({ component: "game-selector", selectedGameProposal: selectedGame }) } - const onClick_active = (selectedGame) => { - dispatchCtx({ component: "game-selector", selectedActiveGame: selectedGame }) - } + // const onClick_active = (selectedGame) => { + // dispatchCtx({ component: "game-selector", selectedActiveGame: selectedGame }) + // } - const onClick_archive = (selectedGame) => { - dispatchCtx({ component: "game-selector", selectedArchiveGame: selectedGame }) - } + // const onClick_archive = (selectedGame) => { + // dispatchCtx({ component: "game-selector", selectedArchiveGame: selectedGame }) + // } if (!data.games) return