diff options
| author | Yuval Adam <_@yuv.al> | 2022-08-29 11:41:21 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-08-29 11:41:21 +0300 |
| commit | c3398948ffa608d132503ab94790857f8d53891c (patch) | |
| tree | 95bc99a07a8f29c6f9d20c3c70c5c2808ed95950 /src/Geshem.tsx | |
| parent | 06c7f6f6e17ce089800ea4ba14ee02924a040223 (diff) | |
Fix more types in components
Diffstat (limited to 'src/Geshem.tsx')
| -rw-r--r-- | src/Geshem.tsx | 2 |
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); |
