fix: some bugs
This commit is contained in:
parent
a6baca3009
commit
95f4b207d5
3 changed files with 6 additions and 4 deletions
|
|
@ -57,6 +57,7 @@ const SearchPage = forwardRef(({ index }: { index?: number }, ref) => {
|
|||
<SearchBar ref={searchBarRef} input={input} setInput={setInput} onSearch={onSearch} />
|
||||
</div>
|
||||
}
|
||||
displayScrollToTopButton
|
||||
>
|
||||
<SearchResult searchParams={searchParams} />
|
||||
</SecondaryPageLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue