Fix stable branch label in updates

pull/2259/head
Bogdan 2 months ago
parent 8aad1ac554
commit 47268aac87

@ -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…
Cancel
Save