Skip to content

Commit

Permalink
🥅 Lint Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Orca1110 committed Sep 30, 2022
1 parent 0efc9c3 commit ab5b63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/CreateMsgScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ab5b63e

Please sign in to comment.