Show badges in reaction viewer

This commit is contained in:
Evan Hahn 2021-11-17 15:11:46 -06:00 committed by GitHub
parent 2cbcd59609
commit c63bf11a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 44 additions and 53 deletions

View file

@ -37,7 +37,6 @@ const defaultMessageProps: MessagesProps = {
id: 'some-id',
title: 'Person X',
}),
authorBadge: undefined,
canReply: true,
canDeleteForEveryone: true,
canDownload: true,
@ -56,6 +55,7 @@ const defaultMessageProps: MessagesProps = {
doubleCheckMissingQuoteReference: action(
'default--doubleCheckMissingQuoteReference'
),
getPreferredBadge: () => undefined,
i18n,
id: 'messageId',
renderingContext: 'storybook',