This commit is contained in:
Nicolas Mowen 2024-12-31 14:22:34 -07:00
parent b7f7f3357e
commit c85be4a8e4

View File

@ -304,7 +304,7 @@ function FaceImage({ name, image, onRefresh }: FaceImageProps) {
}); });
} }
}); });
}, [name, image]); }, [name, image, onRefresh]);
return ( return (
<div <div