diff --git a/packages/wonders-client/src/components/Game/Game.tsx b/packages/wonders-client/src/components/Game/Game.tsx index d5cf765..321f072 100644 --- a/packages/wonders-client/src/components/Game/Game.tsx +++ b/packages/wonders-client/src/components/Game/Game.tsx @@ -65,7 +65,7 @@ export default function Game({ state, playerName, dispatch }: { state: State, pl { const errors: Partial = {} if (values.wonder.length === 0) { @@ -81,8 +81,8 @@ export default function Game({ state, playerName, dispatch }: { state: State, pl {' '} - {['', ...wonders.keys()].map(w => - + {[...wonders.keys()].map(w => + )} {' '}