mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Removes showIdentity and showSafetyNumber in favor of redux action
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user