diff --git a/web/src/app/_components/image.tsx b/web/src/app/_components/image.tsx index 0a583ef..d7168d2 100644 --- a/web/src/app/_components/image.tsx +++ b/web/src/app/_components/image.tsx @@ -22,7 +22,7 @@ function Image({ alt: string; fallback?: React.ReactNode; }) { - const [isLoading, setIsLoading] = useState(true); + const [, setIsLoading] = useState(true); const [isError, setIsError] = useState(false); useEffect(() => {