Add additional feedback during the survey [fix #100] #101

Merged
cami merged 4 commits from survey/visualfeedback into main 2021-07-05 15:52:30 +00:00
Showing only changes of commit 1ce5b467be - Show all commits

View file

@ -76,9 +76,6 @@ export default function Umfrage() {
method: "post",
body: JSON.stringify(opts),
});
} else {
// TODO: Write what is wrong with the things
console.log(setAgeErrorMessage);
}
};