Fix stable branch label in updates

This commit is contained in:
Bogdan 2024-10-20 04:36:52 +03:00
parent 8aad1ac554
commit 47268aac87

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