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);