Release notes for 7.37

This commit is contained in:
trevor-signal 2024-12-12 09:35:16 -05:00
parent 6c348e2db7
commit 8a8994dc54
2 changed files with 5 additions and 8 deletions

View file

@ -42,10 +42,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<I18n i18n={i18n} id="icu:WhatsNew__v7.36--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.36--1" />,
],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.37--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {