Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jyassien committed Nov 23, 2024
1 parent 1df5071 commit cd331a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/homePage/uploadImage/UploadImage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default function UploadImage() {
});
return;
}
// eslint-disable-next-line
}, [status, isImageValid]);

const handleImageChange = (event) => {
Expand Down

0 comments on commit cd331a7

Please sign in to comment.