fixed build

This commit is contained in:
MasterGordon 2023-06-22 01:26:55 +02:00
parent 1095b57366
commit de8ebff8bb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export const AdminPanel = () => {
<CountInput
value={gameState.round}
onChange={(value) => {
mutation.mutate({ round: value });
mutation.mutate({ ...gameState, round: value });
}}
/>
</HStack>