mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 00:22:31 +01:00
Fix stable branch label in updates
This commit is contained in:
parent
8aad1ac554
commit
47268aac87
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…
Reference in a new issue