cleanup
This commit is contained in:
parent
d10073740d
commit
ba928a8309
|
@ -47,7 +47,6 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
|
|||
},
|
||||
body: JSON.stringify(toSend),
|
||||
}).then(res => res.json()).then(res => {
|
||||
console.log(res);
|
||||
if (res.ok) {
|
||||
setFeedbackStatus("sent");
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue