Skip to content

Commit

Permalink
Fix third item in Whats's New dialog
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Nonnenberg <scott@signal.org>
  • Loading branch information
automated-signal and scottnonnenberg-signal committed Mar 16, 2022
1 parent b4d37bb commit 7c53ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
],
};

Expand Down

0 comments on commit 7c53ac2

Please sign in to comment.