minor fixes to feedback form React code

oops, forgot some hook deps!
This commit is contained in:
Emi Matchu 2020-10-10 01:25:10 -07:00
parent ad43f58a07
commit fb632f82d6

View file

@ -436,7 +436,7 @@ function FeedbackForm({ isDisabled, onClose, emailFieldRef }) {
setIsSending(true); setIsSending(true);
}, },
[content] [content, email, onClose, toast]
); );
return ( return (