diff --git a/web/components/contract-search.tsx b/web/components/contract-search.tsx
index ce1c67c9..78eacd36 100644
--- a/web/components/contract-search.tsx
+++ b/web/components/contract-search.tsx
@@ -446,7 +446,7 @@ function ContractSearchControls(props: {
className="input input-bordered w-full"
autoFocus={autoFocus}
/>
- {!isMobile && (
+ {!isMobile && !query && (
)}
- {isMobile && (
+ {isMobile && !query && (
<>