Skip to content

Commit

Permalink
Revert debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Sep 20, 2023
1 parent fea44d9 commit 3808dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/NewChatSelectorPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function NewChatSelectorPage(props) {
title={props.translate('sidebarScreen.fabNewChat')}
onBackButtonPress={Navigation.dismissModal}
/>
{true ? (
{Permissions.canUsePolicyRooms(props.betas) ? (
<OnyxTabNavigator
id={CONST.TAB.NEW_CHAT_TAB_ID}
tabBar={({state, navigation, position}) => (
Expand Down

0 comments on commit 3808dae

Please sign in to comment.