mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-05 15:10:20 +08:00
fix: remove unused variable
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user