@@ -5,7 +5,6 @@ import {View} from 'react-native';
55import { useOnyx } from 'react-native-onyx' ;
66import FullPageNotFoundView from '@components/BlockingViews/FullPageNotFoundView' ;
77import DragAndDropProvider from '@components/DragAndDrop/Provider' ;
8- import HeaderGap from '@components/HeaderGap' ;
98import MoneyRequestReportView from '@components/MoneyRequestReportView/MoneyRequestReportView' ;
109import NavigationTabBar from '@components/Navigation/NavigationTabBar' ;
1110import NAVIGATION_TABS from '@components/Navigation/NavigationTabBar/NAVIGATION_TABS' ;
@@ -25,8 +24,8 @@ import ReactionListWrapper from '@pages/home/ReactionListWrapper';
2524import variables from '@styles/variables' ;
2625import { openReport } from '@userActions/Report' ;
2726import ONYXKEYS from '@src/ONYXKEYS' ;
28- import { ActionListContext } from '@src/pages/home/ReportScreenContext' ;
2927import type { ActionListContextType , ScrollPosition } from '@src/pages/home/ReportScreenContext' ;
28+ import { ActionListContext } from '@src/pages/home/ReportScreenContext' ;
3029import type SCREENS from '@src/SCREENS' ;
3130import SearchTypeMenu from './SearchTypeMenu' ;
3231
@@ -130,7 +129,6 @@ function SearchMoneyRequestReportPage({route}: SearchMoneyRequestPageProps) {
130129 < View style = { [ styles . searchSplitContainer , canUseLeftHandBar && { marginLeft : variables . navigationTabBarSize } ] } >
131130 < View style = { canUseLeftHandBar ? styles . searchSidebarWithLHB : styles . searchSidebar } >
132131 < View style = { styles . flex1 } >
133- < HeaderGap />
134132 < TopBar
135133 breadcrumbLabel = { translate ( 'common.reports' ) }
136134 shouldDisplaySearch = { false }
0 commit comments