diff --git a/frontend/src/Series/SeriesImage.tsx b/frontend/src/Series/SeriesImage.tsx index 99a6d961f..89771e182 100644 --- a/frontend/src/Series/SeriesImage.tsx +++ b/frontend/src/Series/SeriesImage.tsx @@ -43,7 +43,7 @@ function SeriesImage({ }: SeriesImageProps) { const [url, setUrl] = useState(null); const [hasError, setHasError] = useState(false); - const [isLoaded, setIsLoaded] = useState(false); + const [isLoaded, setIsLoaded] = useState(true); const image = useRef(null); const handleLoad = useCallback(() => {