fix: Removed duplicate search box in search result

This commit is contained in:
florian 2023-12-10 14:52:27 +01:00
parent 8c8e84d060
commit e973f31111

View File

@ -27,7 +27,6 @@ export function SearchPage() {
return (
<div className="flex flex-col gap-4">
<Search term={term} tags={tags} />
<h2>Search Results</h2>
<TorrentList items={data.data ?? []} />
</div>