mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Show warning when using the docker update mechanism
(cherry picked from commit cc538c4b2d33a1734c45c0667776d946596107e9)
This commit is contained in:
@@ -112,7 +112,6 @@ class Updates extends Component {
|
||||
name={icons.CHECK_CIRCLE}
|
||||
size={30}
|
||||
/>
|
||||
|
||||
<div className={styles.message}>
|
||||
{translate('OnLatestVersion')}
|
||||
</div>
|
||||
@@ -151,7 +150,7 @@ class Updates extends Component {
|
||||
|
||||
{
|
||||
update.branch === 'master' ?
|
||||
null:
|
||||
null :
|
||||
<Label
|
||||
className={styles.label}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user