diff --git a/opentech/static_src/src/app/src/components/SubmissionDisplay/answers.js b/opentech/static_src/src/app/src/components/SubmissionDisplay/answers.js index d270da8d5d091b5a8ca22ee60e16581039677e0b..991168f4e01b0a7d73df80f386e8271ed0089ae7 100644 --- a/opentech/static_src/src/app/src/components/SubmissionDisplay/answers.js +++ b/opentech/static_src/src/app/src/components/SubmissionDisplay/answers.js @@ -71,6 +71,7 @@ const answerTypes = { 'radios': BasicAnswer, // SPECIAL + 'checkboxes': BasicListAnswer, 'rich_text': RichTextAnswer, 'address': AddressAnswer, 'category': BasicListAnswer,