Standardize on showConversation function, delete unused functions
This commit is contained in:
parent
1dc3ed914f
commit
f2f1c3c021
35 changed files with 174 additions and 198 deletions
|
@ -63,8 +63,8 @@ enum SubModalState {
|
|||
}
|
||||
|
||||
export function ContactModal({
|
||||
areWeASubscriber,
|
||||
areWeAdmin,
|
||||
areWeASubscriber,
|
||||
badges,
|
||||
contact,
|
||||
conversation,
|
||||
|
@ -76,9 +76,9 @@ export function ContactModal({
|
|||
removeMemberFromGroup,
|
||||
showConversation,
|
||||
theme,
|
||||
toggleAddUserToAnotherGroupModal,
|
||||
toggleAdmin,
|
||||
toggleSafetyNumberModal,
|
||||
toggleAddUserToAnotherGroupModal,
|
||||
updateConversationModelSharedGroups,
|
||||
viewUserStories,
|
||||
}: PropsType): JSX.Element {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue