Skip to content

Commit

Permalink
TabSelector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorawski committed Mar 1, 2024
1 parent cda8b31 commit dfd9b10
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/pages/NewChatSelectorPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ function NewChatSelectorPage() {
/>
<OnyxTabNavigator
id={CONST.TAB.NEW_CHAT_TAB_ID}
tabBar={({state, navigation, position}) => (
<TabSelector
state={state}
navigation={navigation}
position={position}
/>
)}
tabBar={TabSelector}
>
<TopTab.Screen
name={CONST.TAB.NEW_CHAT}
Expand Down

0 comments on commit dfd9b10

Please sign in to comment.