From aad371525a5dc2d9c66326a62101b18449672f27 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:43:45 -0600 Subject: [PATCH] Fix typo in Storybook action name Co-authored-by: Ted Timmons See [#5646][0]. [0]: https://github.com/signalapp/Signal-Desktop/pull/5646 --- ts/components/conversation/Quote.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/conversation/Quote.stories.tsx b/ts/components/conversation/Quote.stories.tsx index a15b5cb3c8..9914b0867d 100644 --- a/ts/components/conversation/Quote.stories.tsx +++ b/ts/components/conversation/Quote.stories.tsx @@ -66,7 +66,7 @@ const defaultMessageProps: MessagesProps = { kickOffAttachmentDownload: action('default--kickOffAttachmentDownload'), markAttachmentAsCorrupted: action('default--markAttachmentAsCorrupted'), markViewed: action('default--markViewed'), - messageExpanded: action('dafult--message-expanded'), + messageExpanded: action('default--message-expanded'), onHeightChange: action('default--onHeightChange'), openConversation: action('default--openConversation'), openLink: action('default--openLink'),