summaryrefslogtreecommitdiff
path: root/src/Geshem.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Geshem.tsx')
-rw-r--r--src/Geshem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Geshem.tsx b/src/Geshem.tsx
index a74af61..3664546 100644
--- a/src/Geshem.tsx
+++ b/src/Geshem.tsx
@@ -28,7 +28,7 @@ function Geshem({ date }: GeshemProps) {
const [playback] = useState(
date ||
new URL(window.location.toString()).searchParams.get("history") ||
- false
+ undefined
);
const [slider, setSlider] = useState(playback ? 143 : 9);