release notes for 7.41
This commit is contained in:
parent
eb9fd85151
commit
73682eb4e2
2 changed files with 1 additions and 7 deletions
|
|
@ -39,12 +39,10 @@ export function WhatsNewModal({
|
|||
}: PropsType): JSX.Element {
|
||||
let contentNode: ReactNode;
|
||||
|
||||
// Use later: icu:WhatsNew__v7.40--1
|
||||
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.40--0" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.40--1" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue