Skip to content

Commit e08f062

Browse files
committed
chore: ImageUpload deps
1 parent 1c30ac9 commit e08f062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/account/profile/ImageUpload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function ImageUpload({
5959
event.target.value = '';
6060
}
6161
},
62-
[onSuccessfulUpload],
62+
[onSuccessfulUpload, setImageLoading],
6363
);
6464

6565
const handleButtonClick = useCallback(() => {

0 commit comments

Comments
 (0)