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]) => ( - <> + {' '} /{' '} - + ))}{' '} {/* */}