mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 14:37:07 -04: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)}
|
||||
</div>
|
||||
|
||||
{update.branch === 'main' ? null : (
|
||||
{update.branch === 'master' ? null : (
|
||||
<Label className={styles.label}>{update.branch}</Label>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue