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

@ -24,6 +24,7 @@ export type OwnProps = Omit<
| 'renderEmojiPicker'
| 'renderReactionPicker'
| 'theme'
| 'showContactModal'
| 'markViewed'
>;
@ -45,7 +46,6 @@ const mapStateToProps = (
openGiftBadge,
openLink,
showContactDetail,
showContactModal,
showExpiredIncomingTapToViewToast,
showExpiredOutgoingTapToViewToast,
showVisualAttachment,
@ -84,7 +84,6 @@ const mapStateToProps = (
openLink,
renderAudioAttachment,
showContactDetail,
showContactModal,
showExpiredIncomingTapToViewToast,
showExpiredOutgoingTapToViewToast,
showVisualAttachment,