1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Show warning when using the docker update mechanism

This commit is contained in:
Bogdan
2023-08-14 00:03:18 +03:00
committed by GitHub
parent 6a0dc72808
commit cc538c4b2d
5 changed files with 7 additions and 6 deletions
+2 -3
View File
@@ -111,7 +111,6 @@ class Updates extends Component {
name={icons.CHECK_CIRCLE}
size={30}
/>
<div className={styles.message}>
{translate('OnLatestVersion')}
</div>
@@ -149,8 +148,8 @@ class Updates extends Component {
</div>
{
update.branch === 'master' ?
null:
update.branch === 'main' ?
null :
<Label
className={styles.label}
>