1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove header notification for github-ae@latest (#49133)

This commit is contained in:
Peter Bengtsson
2024-02-08 16:28:18 -05:00
committed by GitHub
parent 3ad3646298
commit 1bda5fc62c
3 changed files with 1 additions and 8 deletions

View File

@@ -59,12 +59,7 @@ export const HeaderNotifications = () => {
}
}
const releaseNotices: Array<Notif> = []
if (currentVersion === 'github-ae@latest') {
releaseNotices.push({
type: NotificationType.RELEASE,
content: t('notices.ghae_silent_launch'),
})
} else if (currentVersion === data.variables.release_candidate.version) {
if (currentVersion === data.variables.release_candidate.version) {
releaseNotices.push({
type: NotificationType.RELEASE,
content: `${allVersions[currentVersion].versionTitle}${t('notices.release_candidate')}`,