Enable Hide Contact for all users
This commit is contained in:
parent
be7b178817
commit
f960c6b5db
6 changed files with 2 additions and 33 deletions
|
@ -127,7 +127,6 @@ const useProps = (overrideProps: OverridePropsType = {}): PropsType => {
|
|||
}
|
||||
|
||||
const isUpdateDownloaded = false;
|
||||
const isContactManagementEnabled = true;
|
||||
|
||||
return {
|
||||
otherTabsUnreadStats: {
|
||||
|
@ -160,7 +159,6 @@ const useProps = (overrideProps: OverridePropsType = {}): PropsType => {
|
|||
hasUpdateDialog: false,
|
||||
unsupportedOSDialogType: undefined,
|
||||
isUpdateDownloaded,
|
||||
isContactManagementEnabled,
|
||||
navTabsCollapsed: false,
|
||||
|
||||
setChallengeStatus: action('setChallengeStatus'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue