Removed unneccessary else statement

This commit is contained in:
cami 2021-07-05 01:32:23 +02:00
parent 0ecb73cbe7
commit 1ce5b467be

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);
}
};