1
0
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:
Bogdan 2024-10-20 04:41:00 +03:00
parent 9986d04d36
commit cd29c0c9c8

View File

@ -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>
)}