Release notes for v6.33

This commit is contained in:
Fedor Indutnyy 2023-09-28 18:09:11 -07:00
parent 108c313659
commit 0e194975a2
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.32--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.32--1" />,
],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.33--0" />],
};
if (releaseNotes.features.length === 1) {