summaryrefslogtreecommitdiff
path: root/src/Geshem.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Geshem.js')
-rw-r--r--src/Geshem.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Geshem.js b/src/Geshem.js
index 3c816e6..1eecdd0 100644
--- a/src/Geshem.js
+++ b/src/Geshem.js
@@ -23,8 +23,8 @@ function Geshem(props) {
const [images, setImages] = useState([]);
const [playback] = useState(
props.match.params.date ||
- new URL(window.location).searchParams.get("history") ||
- false
+ new URL(window.location).searchParams.get("history") ||
+ false
);
const [slider, setSlider] = useState(playback ? 143 : 9);