mirror of
https://github.com/Radarr/Radarr
synced 2026-01-02 05:36:55 +01:00
Fixed: Health MovieEditor link goes nowhere
This commit is contained in:
parent
dadd59fc3a
commit
95c7b96dff
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function getInternalLink(source) {
|
|||
<IconButton
|
||||
name={icons.PLAY}
|
||||
title={translate('MovieEditor')}
|
||||
to="/movieeditor"
|
||||
to="/"
|
||||
/>
|
||||
);
|
||||
case 'UpdateCheck':
|
||||
|
|
|
|||
Loading…
Reference in a new issue