From b7f2969e08bebf082ca92838ce2c80e3d0637a73 Mon Sep 17 00:00:00 2001 From: Avinash Lingaloo Date: Wed, 30 Nov 2022 21:45:54 +0400 Subject: [PATCH] MM-44652 : Temporarily hides NotificationPreferences (#6807) --- app/screens/channel_info/options/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/screens/channel_info/options/index.tsx b/app/screens/channel_info/options/index.tsx index 5b4ce84016..ca7b62abc8 100644 --- a/app/screens/channel_info/options/index.tsx +++ b/app/screens/channel_info/options/index.tsx @@ -10,7 +10,6 @@ import {isTypeDMorGM} from '@utils/channel'; import EditChannel from './edit_channel'; import IgnoreMentions from './ignore_mentions'; import Members from './members'; -import NotificationPreference from './notification_preference'; import PinnedMessages from './pinned_messages'; type Props = { @@ -27,7 +26,7 @@ const Options = ({channelId, type, callsEnabled}: Props) => { {type !== General.DM_CHANNEL && } - + {/**/} {type !== General.DM_CHANNEL &&