Show badges in reaction viewer
This commit is contained in:
parent
2cbcd59609
commit
c63bf11a8f
14 changed files with 44 additions and 53 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue