mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Fix stable branch label in update
This commit is contained in:
parent
9986d04d36
commit
cd29c0c9c8
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ function Updates() {
|
||||||
{formatDate(update.releaseDate, shortDateFormat)}
|
{formatDate(update.releaseDate, shortDateFormat)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{update.branch === 'main' ? null : (
|
{update.branch === 'master' ? null : (
|
||||||
<Label className={styles.label}>{update.branch}</Label>
|
<Label className={styles.label}>{update.branch}</Label>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue