Removes showContactModal in favor of redux action

This commit is contained in:
Josh Perez 2022-12-09 01:08:55 -05:00 committed by GitHub
parent 135c832748
commit 81e4564687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 16 deletions

View file

@ -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;