diff --git a/src/components/Instance/Create/GameTypeSelectForm.tsx b/src/components/Instance/Create/GameTypeSelectForm.tsx index 96967663..ac3f3a67 100644 --- a/src/components/Instance/Create/GameTypeSelectForm.tsx +++ b/src/components/Instance/Create/GameTypeSelectForm.tsx @@ -34,7 +34,7 @@ export default function GameTypeSelectForm({ What will your instance be used for?

- {/* setGameType('Generic')} manifestLoading={manifestLoading} errorText={manifestError ? 'Error fetching the instance' : ''} - /> */} + /> {game_types.map((game_type) => { const game = HandlerGameType_to_Game[game_type]; return (