Removed unneccessary else statement
This commit is contained in:
parent
0ecb73cbe7
commit
1ce5b467be
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue