From 1d99ebd88f62780414d8ae32094aa1e3b505768d Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Fri, 6 Sep 2019 10:51:54 +0200 Subject: [PATCH] =?UTF-8?q?:bug:=20r=C3=A9pare=20le=20d=C3=A9pliement=20de?= =?UTF-8?q?s=20checklist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/ui/Checklist/index.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 + )} )}