Fix warnings

This commit is contained in:
2024-10-26 20:34:01 +01:00
parent 6cb2481bc6
commit 6dd271d9a8
3 changed files with 3 additions and 11 deletions

View File

@@ -149,7 +149,7 @@ const EventsPage: React.FC = () => {
return () => {
document.removeEventListener('mousedown', handleClickOutside);
};
}, []);
}, [searchParams]);
return (
<div className="relative min-h-screen overflow-hidden">