From 7c53ac21e8533c6807fcac8c88e97fd223d189c4 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Wed, 16 Mar 2022 10:32:23 -0700 Subject: [PATCH] Fix third item in Whats's New dialog Co-authored-by: Scott Nonnenberg --- 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 }, ], };