Skip to content

Commit 7e807bf

Browse files
authored
Merge pull request Expensify#88573 from bernhardoj/fix/84876-search-content-cut-off
Fix search content is cut off when there are filter bars
2 parents 5fbfe15 + 882d1ee commit 7e807bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/Search/SearchPageNarrow/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ function SearchPageNarrow({queryJSON, searchResults, isMobileSelectionModeEnable
310310
isMobileSelectionModeEnabled={isMobileSelectionModeEnabled}
311311
searchRequestResponseStatusCode={searchRequestResponseStatusCode}
312312
onDestinationVisible={endSubmitNavigationSpans}
313+
hasFilterBars={hasFilterBars}
313314
/>
314315
);
315316
};

0 commit comments

Comments
 (0)