aboutsummaryrefslogtreecommitdiff
path: root/components/globalState.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-02-03 09:12:26 +0100
committerlonkaars <l.leblansch@gmail.com>2021-02-03 09:12:26 +0100
commit2e290d9540cf69d64e3c3b460587ca9a60a3f0b5 (patch)
tree9c1a0ea193359191f84644bbc1d4615342afd5c2 /components/globalState.tsx
parent30dbc5c5cba2cd8240d9547e625a640db6b8eb4e (diff)
edit game rules form submit
Diffstat (limited to 'components/globalState.tsx')
-rw-r--r--components/globalState.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/globalState.tsx b/components/globalState.tsx
index bf6ee40..5b01947 100644
--- a/components/globalState.tsx
+++ b/components/globalState.tsx
@@ -4,7 +4,7 @@ type globalState = {
gameSettings: {
timeLimit: {
on: boolean;
- time: Number;
+ time: number;
useForBoth: boolean;
}
rankedGame: boolean;