Show user badges on message details screen
This commit is contained in:
parent
4a055d4b95
commit
a466b939bc
3 changed files with 13 additions and 1 deletions
|
@ -62,6 +62,7 @@ const createProps = (overrideProps: Partial<Props> = {}): Props => ({
|
|||
receivedAt: number('receivedAt', overrideProps.receivedAt || Date.now()),
|
||||
sentAt: number('sentAt', overrideProps.sentAt || Date.now()),
|
||||
|
||||
getPreferredBadge: () => getFakeBadge(),
|
||||
i18n,
|
||||
interactionMode: 'keyboard',
|
||||
theme: ThemeType.light,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue