🐛 répare les liens depuis la modale de modification des réponses
parent
b7483955ec
commit
71f386d994
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue