From 80a596713a36b95a54c2116b8733b652883e1314 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Tue, 7 May 2024 11:20:35 -0700 Subject: [PATCH] Release notes for 7.9 --- ts/components/WhatsNewModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 5c4bcf3ce698..e30973b724e5 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -42,7 +42,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [], + features: [], }; if (releaseNotes.features.length === 1 && !releaseNotes.header) {