Add badges to all conversation lists

This commit is contained in:
Evan Hahn
2021-11-17 15:11:21 -06:00
committed by GitHub
parent 2c4dfc74c4
commit 2cbcd59609
22 changed files with 131 additions and 83 deletions

View File

@@ -31,6 +31,7 @@ const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
candidateContacts: allCandidateContacts,
clearRequestError: action('clearRequestError'),
conversationIdsAlreadyInGroup: new Set(),
getPreferredBadge: () => undefined,
groupTitle: 'Tahoe Trip',
i18n,
onClose: action('onClose'),