mirror of
https://github.com/Radarr/Radarr.git
synced 2024-10-29 23:22:39 +01:00
Fix stable branch label in update
This commit is contained in:
parent
9986d04d36
commit
cd29c0c9c8
@ -208,7 +208,7 @@ function Updates() {
|
||||
{formatDate(update.releaseDate, shortDateFormat)}
|
||||
</div>
|
||||
|
||||
{update.branch === 'main' ? null : (
|
||||
{update.branch === 'master' ? null : (
|
||||
<Label className={styles.label}>{update.branch}</Label>
|
||||
)}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user