From 40fbef4ec9cc98d1e01931f7a77a75ef46f5b98e Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 2 Jul 2019 16:28:23 +0200 Subject: [PATCH] :sparkles: Avertissement --- source/components/QuickLinks.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/components/QuickLinks.js b/source/components/QuickLinks.js index b45e6168b..5a748bbe1 100644 --- a/source/components/QuickLinks.js +++ b/source/components/QuickLinks.js @@ -3,7 +3,7 @@ import { goToQuestion } from 'Actions/actions' import { T } from 'Components' import withLanguage from 'Components/utils/withLanguage' import { compose, contains, reject, toPairs } from 'ramda' -import React from 'react' +import React, { Fragment } from 'react' import { connect } from 'react-redux' import { withRouter } from 'react-router' import { currentQuestionSelector } from 'Selectors/analyseSelectors' @@ -36,15 +36,14 @@ const QuickLinks = ({ goToQuestion, quickLinks, quickLinksToHide }: Props) => { Autres questions : {' '} {links.map(([label, dottedName]) => ( - <> + {' '} /{' '} - + ))}{' '} {/* */}