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");
|
console.error("couldn't send chapter feedback");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
}, []);
|
||||||
function handleSendFeedback() {
|
function handleSendFeedback() {
|
||||||
const toSend = {
|
const toSend = {
|
||||||
chapter,
|
chapter,
|
||||||
|
|
Loading…
Reference in New Issue