diff --git a/source/components/ui/Checklist/index.js b/source/components/ui/Checklist/index.js index 5fbcf7a1b..68a942e07 100644 --- a/source/components/ui/Checklist/index.js +++ b/source/components/ui/Checklist/index.js @@ -71,10 +71,14 @@ class CheckItemComponent extends Component { {this.state.displayExplanations && this.props.explanations && ( - + {typeof this.props.explanations === 'string' ? ( + + ) : ( + this.props.explanations + )} )}