diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 10:07:20 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 10:07:20 +0200 |
| commit | c89f55bc7949e2741d29f76392ab3af8d49886ca (patch) | |
| tree | 4e217ab6f1da0f85ddcd2881ba547fed4a8399ba /src/components/Geshem.tsx | |
| parent | bd921aa827d0edbf8ad8523cf570d8baba4c9076 (diff) | |
Remove rc-slider
Diffstat (limited to 'src/components/Geshem.tsx')
| -rw-r--r-- | src/components/Geshem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Geshem.tsx b/src/components/Geshem.tsx index acd2bc6..982d841 100644 --- a/src/components/Geshem.tsx +++ b/src/components/Geshem.tsx @@ -23,7 +23,7 @@ export function Geshem({ date }: GeshemProps) { const fetchImages = async () => fetch(`${IMAGES_BASE_URL}/imgs.json`) .then(res => res.json()) - .then(imgs => imgs["280"]) + .then(imgs => (imgs as any)["280"]) .then(setImages); const buildPlayback = async () => { |
