Skip to content

Commit

Permalink
Move BottomTabBar outside FullPageNotFoundView in SearchPageBottomTab
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Oct 4, 2024
1 parent 5b630a1 commit 0f4d02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Search/SearchPageBottomTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ function SearchPageBottomTab({queryJSON, policyID}: SearchPageBottomTabProps) {
/>
)}
{shouldUseNarrowLayout && queryJSON && <Search queryJSON={queryJSON} />}
<BottomTabBar selectedTab={SCREENS.SEARCH.CENTRAL_PANE} />
</FullPageNotFoundView>
<BottomTabBar selectedTab={SCREENS.SEARCH.CENTRAL_PANE} />
</ScreenWrapper>
);
}
Expand Down

0 comments on commit 0f4d02a

Please sign in to comment.