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

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