Fix third item in Whats's New dialog

This commit is contained in:
Scott Nonnenberg 2022-03-16 09:48:33 -07:00 committed by GitHub
parent 36ce4f27a2
commit 55716c5db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
],
};