fix: some bugs

This commit is contained in:
codytseng 2025-09-08 09:21:46 +08:00
parent a6baca3009
commit 95f4b207d5
3 changed files with 6 additions and 4 deletions

View file

@ -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>