From 71eee5fe1385ba479e82ec01b5a4ca0dda05cfb0 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 25 Apr 2020 14:25:00 +0300 Subject: Bump up dependencies and release v5.2 (#17) * Run npm audit fix * Bump package version to 5.2.0 * Bump mapbox-gl to 1.9.1 * Bump react-mapbox-gl to 4.8.2 * Small formatting cleanup --- src/Geshem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.3.1