Release notes for 6.35

This commit is contained in:
Josh Perez 2023-10-11 20:41:40 -04:00
parent b9e2f11f39
commit 37b3a6de4b
2 changed files with 4 additions and 7 deletions

View file

@ -29,10 +29,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.34--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.34--1" />,
],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.35--0" />],
};
if (releaseNotes.features.length === 1) {