Removes showContactModal in favor of redux action
This commit is contained in:
parent
135c832748
commit
81e4564687
4 changed files with 6 additions and 16 deletions
|
@ -87,7 +87,6 @@ export type PropsBackboneActions = Pick<
|
|||
| 'openLink'
|
||||
| 'renderAudioAttachment'
|
||||
| 'showContactDetail'
|
||||
| 'showContactModal'
|
||||
| 'showExpiredIncomingTapToViewToast'
|
||||
| 'showExpiredOutgoingTapToViewToast'
|
||||
| 'showVisualAttachment'
|
||||
|
@ -99,6 +98,7 @@ export type PropsReduxActions = Pick<
|
|||
| 'clearSelectedMessage'
|
||||
| 'doubleCheckMissingQuoteReference'
|
||||
| 'checkForAccount'
|
||||
| 'showContactModal'
|
||||
| 'viewStory'
|
||||
> & {
|
||||
toggleSafetyNumberModal: (contactId: string) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue