1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Spaces...

This commit is contained in:
Mark McDowall 2021-05-10 20:43:38 -07:00
parent 93443f1db2
commit ff048ffcb8

View File

@ -43,7 +43,7 @@ class Link extends Component {
el = 'a';
linkProps.href = to;
linkProps.target = target || '_blank';
linkProps.rel='noreferrer';
linkProps.rel = 'noreferrer';
} else if (noRouter) {
el = 'a';
linkProps.href = to;