Release notes

This commit is contained in:
Fedor Indutnyy 2023-08-21 15:09:57 -07:00
parent 2e9483c364
commit d6571b04ac
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.29--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.29--1" />,
],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.30--0" />],
};
if (releaseNotes.features.length === 1) {