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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue