oops on unmounting action
This commit is contained in:
parent
4fbb55f27a
commit
d10073740d
|
@ -30,7 +30,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
|
|||
console.error("couldn't send chapter feedback");
|
||||
});
|
||||
}
|
||||
});
|
||||
}, []);
|
||||
function handleSendFeedback() {
|
||||
const toSend = {
|
||||
chapter,
|
||||
|
|
Loading…
Reference in New Issue