diff --git a/src/pages/NewChatSelectorPage.js b/src/pages/NewChatSelectorPage.js index 42b56256da20..2ac2ed8177a1 100755 --- a/src/pages/NewChatSelectorPage.js +++ b/src/pages/NewChatSelectorPage.js @@ -2,7 +2,6 @@ import React from 'react'; import {withOnyx} from 'react-native-onyx'; import OnyxTabNavigator, {TopTab} from '../libs/Navigation/OnyxTabNavigator'; import TabSelector from '../components/TabSelector/TabSelector'; -import Navigation from '../libs/Navigation/Navigation'; import Permissions from '../libs/Permissions'; import NewChatPage from './NewChatPage'; import WorkspaceNewRoomPage from './workspace/WorkspaceNewRoomPage'; @@ -34,10 +33,7 @@ function NewChatSelectorPage(props) { shouldEnableMaxHeight testID={NewChatSelectorPage.displayName} > - + {Permissions.canUsePolicyRooms(props.betas) ? (