From de8ebff8bb79d8b7f472e4c473c1ca0586586fde Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Thu, 22 Jun 2023 01:26:55 +0200 Subject: [PATCH] fixed build --- src/client/view/AdminPanel/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/view/AdminPanel/index.tsx b/src/client/view/AdminPanel/index.tsx index 10f5cfd..be1caa2 100644 --- a/src/client/view/AdminPanel/index.tsx +++ b/src/client/view/AdminPanel/index.tsx @@ -26,7 +26,7 @@ export const AdminPanel = () => { { - mutation.mutate({ round: value }); + mutation.mutate({ ...gameState, round: value }); }} />