1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Fixed: Health MovieEditor link goes nowhere

This commit is contained in:
Qstick
2021-05-20 18:47:24 -04:00
committed by GitHub
parent dadd59fc3a
commit 95c7b96dff

View File

@@ -42,7 +42,7 @@ function getInternalLink(source) {
<IconButton
name={icons.PLAY}
title={translate('MovieEditor')}
to="/movieeditor"
to="/"
/>
);
case 'UpdateCheck':