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 &&