From 55716c5db67a2377d77ab8138f070ee63ccd0109 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 16 Mar 2022 09:48:33 -0700 Subject: [PATCH] Fix third item in Whats's New dialog --- 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 8508c0a65..a03043f4a 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -32,7 +32,7 @@ const releaseNotes: ReleaseNotesType = { features: [ { key: 'WhatsNew__v5.36--1', components: undefined }, { key: 'WhatsNew__v5.36--2', components: undefined }, - { key: 'WhatsNew__v5.36--3 ', components: undefined }, + { key: 'WhatsNew__v5.36--3', components: undefined }, ], };