diff options
author | 2021-02-18 11:49:48 +0200 | |
---|---|---|
committer | 2021-02-18 11:49:48 +0200 | |
commit | 51cbd6c1b78e2a92e25e31d2a00725d5af4a08c7 (patch) | |
tree | 6edf4fc2c0f2b87bc126a31b4a3cb064eb065ca8 /src | |
parent | Don't overwrite user selection (diff) |
Remove TODO
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/FormPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx index 516d937..1e331b9 100644 --- a/src/pages/FormPage.tsx +++ b/src/pages/FormPage.tsx @@ -249,7 +249,7 @@ function FormPage(): JSX.Element { const question: Question = prop.props.question; const options: string | string[] = question.data["options"]; - // TODO: Parse input from each question, and submit + // Parse input from each question switch (question.type) { case QuestionType.Section: answers[question.id] = false; |