aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/FormPage.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx
index 2d34b3c..c49b9fd 100644
--- a/src/pages/FormPage.tsx
+++ b/src/pages/FormPage.tsx
@@ -177,8 +177,8 @@ function FormPage(): JSX.Element {
// TODO: Parse input from each question, and submit
switch (question.type) {
- default:
- console.log(question.id, prop.props.public_state);
+ default:
+ console.log(question.id, prop.props.public_state);
}
});