mirror of
https://git.v0l.io/Kieran/dtan.git
synced 2025-01-18 04:41:32 +00:00
fix: Removed duplicate search box in search result
This commit is contained in:
parent
8c8e84d060
commit
e973f31111
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user