Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed Jul 27, 2024
1 parent f37bf38 commit 87dd67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/NewChirp/BottomNewChirp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function BottomNewChirp() {
el.substring(el.length - 26, el.length),
);
setValue("files", ulid);
}, [pictureUrlArr]);
}, [pictureUrlArr, setValue]);

return (
<>
Expand Down

0 comments on commit 87dd67a

Please sign in to comment.