diff --git a/pages/search.tsx b/pages/search.tsx
index 516bd0dc..2e2fc541 100644
--- a/pages/search.tsx
+++ b/pages/search.tsx
@@ -193,10 +193,6 @@ const SearchPage: NextPage = () => {
});
}
- function handleViewResultsCallback() {
- setActiveTab("results");
- }
-
return (
<>
{/* Google Structured Data via JSON-LD */}
@@ -231,7 +227,7 @@ const SearchPage: NextPage = () => {
onValueChange={(value) => setActiveTab(value as ActiveTab)}
>
-
+