diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx
index 54176de..44216b5 100644
--- a/src/frontend/src/App.tsx
+++ b/src/frontend/src/App.tsx
@@ -159,6 +159,7 @@ export default function App() {
+ {showSearch && setShowSearch(false)} />}
);
}