🐛 répare les liens depuis la modale de modification des réponses

pull/294/head
Johan Girod 2018-08-01 10:44:28 +02:00 committed by Mael
parent b7483955ec
commit 71f386d994
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ type Props = Règle & {
}
const RuleLink = ({ lien, nom, colours: { colour }, match, style }: Props) => (
<Link
to={match.path + '/' + lien}
to={match.path + lien}
className="rule-link"
style={{ color: colour, ...style }}>
{capitalise0(nom)}