diff --git a/app/screens/channel_info/channel_info.tsx b/app/screens/channel_info/channel_info.tsx index c71c8df98..3cd0239f1 100644 --- a/app/screens/channel_info/channel_info.tsx +++ b/app/screens/channel_info/channel_info.tsx @@ -21,6 +21,8 @@ import Options from './options'; import Title from './title'; import type {AvailableScreens} from '@typings/screens/navigation'; +import ConvertToChannelLabel from '@app/components/channel_actions/convert_to_channel/convert_to_channel_label'; +import { General } from '@app/constants'; type Props = { channelId: string; @@ -105,6 +107,12 @@ const ChannelInfo = ({ canManageMembers={canManageMembers} /> + {type === General.GM_CHANNEL && + <> + + + + } {canEnableDisableCalls && <>