aboutsummaryrefslogtreecommitdiff
path: root/components/globalState.tsx
diff options
context:
space:
mode:
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;