Removes showIdentity and showSafetyNumber in favor of redux action

This commit is contained in:
Josh Perez
2022-12-09 00:53:19 -05:00
committed by GitHub
parent 5043ac2e02
commit 135c832748
10 changed files with 14 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ const createProps = (overrideProps: Partial<Props> = {}): Props => ({
i18n,
contact: overrideProps.contact || ({} as ContactType),
isGroup: boolean('isGroup', overrideProps.isGroup || false),
showIdentity: action('showIdentity'),
toggleSafetyNumberModal: action('toggleSafetyNumberModal'),
});
export default {