🐛 répare les liens vers les pages règles pour de bon

pull/294/head
Johan Girod 2018-08-08 11:34:48 +02:00
parent b54febec6e
commit c4a655f8f1
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 + (match.path.endsWith('/') ? '' : '/') + lien}
className="rule-link"
style={{ color: colour, ...style }}>
{capitalise0(nom)}