Skip to content

Commit 882d1ee

Browse files
committed
fix search content is cut off when there are filter bars
1 parent 76f15c5 commit 882d1ee

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)