Release notes for 7.9
This commit is contained in:
parent
a3b9e97b82
commit
80a596713a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export function WhatsNewModal({
|
|||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<Intl i18n={i18n} id="icu:WhatsNew__v7.8--0" />],
|
||||
features: [<Intl i18n={i18n} id="icu:WhatsNew__bugfixes--1" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
|
Loading…
Reference in a new issue