Fix SignupPage

This commit is contained in:
Aarni Halinen
2020-11-30 20:46:43 +02:00
parent 6dd8d9c8cb
commit 024291c165
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -16,9 +16,6 @@ const questionToUISchemaProp = (question: Question) => {
"ui:widget": "radio",
}
}
else {
throw new Error(`No mapping to UI schema prop for question type ${question.type}`);
}
return {
[question.id]: obj,
};
+1 -1
View File
@@ -51,7 +51,7 @@ const StyledSection = styled(TextSection)`
}
.reserved {
color: color(blue1);
color: ${colors.blue1};
}
}