oops on unmounting action

This commit is contained in:
adueck 2022-10-11 15:26:53 +05:00
parent 4fbb55f27a
commit d10073740d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
console.error("couldn't send chapter feedback"); console.error("couldn't send chapter feedback");
}); });
} }
}); }, []);
function handleSendFeedback() { function handleSendFeedback() {
const toSend = { const toSend = {
chapter, chapter,