Skip to content

Commit

Permalink
fix(phone/messages): add dep to useCallback array
Browse files Browse the repository at this point in the history
  • Loading branch information
TasoOneAsia committed Dec 24, 2021
1 parent 63dc356 commit d3e95e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const MessageImageModal = ({ isOpen, messageGroupId, onClose, image }: IP
},
);
},
[messageGroupId, onClose, addAlert, t],
[messageGroupId, onClose, updateMessages, addAlert, t],
);

const sendFromQueryParam = useCallback(
Expand Down

0 comments on commit d3e95e7

Please sign in to comment.