From ab5b63e9322c90ea270b23980da5296b423e29cb Mon Sep 17 00:00:00 2001 From: Orca1110 Date: Fri, 30 Sep 2022 17:15:03 +0900 Subject: [PATCH] :goal_net: Lint Error #315 --- screens/CreateMsgScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screens/CreateMsgScreen.tsx b/screens/CreateMsgScreen.tsx index 7bacfbe..820cd3b 100644 --- a/screens/CreateMsgScreen.tsx +++ b/screens/CreateMsgScreen.tsx @@ -98,7 +98,7 @@ function CreateMessageScreen() { create(formData); // onSuccessSubmit(); send({brand_id: id?.poolUserId as number}); - }, [create, form, id?.poolUserId]); + }, [create, form, send, id?.poolUserId]); // const onSuccessSubmit = () => { // send(id?.poolUserId as number);