Skip to content

Commit f0cf24b

Browse files
committed
pass the metadata down as props
1 parent 102ef68 commit f0cf24b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/Search/SearchPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ function SearchPage({route}: SearchPageProps) {
687687
{PDFValidationComponent}
688688
<SearchPageNarrow
689689
queryJSON={queryJSON}
690+
metadata={metadata}
690691
headerButtonsOptions={headerButtonsOptions}
691692
searchResults={searchResults}
692693
isMobileSelectionModeEnabled={isMobileSelectionModeEnabled}

0 commit comments

Comments
 (0)