From 87dd67a8297ec9d32e1999f27d4f2d397932cc44 Mon Sep 17 00:00:00 2001 From: pbzweihander Date: Sat, 27 Jul 2024 14:01:50 +0900 Subject: [PATCH] Fix lint --- frontend/src/components/NewChirp/BottomNewChirp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/NewChirp/BottomNewChirp.tsx b/frontend/src/components/NewChirp/BottomNewChirp.tsx index 2ae6b41..52cb532 100644 --- a/frontend/src/components/NewChirp/BottomNewChirp.tsx +++ b/frontend/src/components/NewChirp/BottomNewChirp.tsx @@ -36,7 +36,7 @@ export default function BottomNewChirp() { el.substring(el.length - 26, el.length), ); setValue("files", ulid); - }, [pictureUrlArr]); + }, [pictureUrlArr, setValue]); return ( <>