Simplify burger handling

This commit is contained in:
Timothy Armes
2023-10-11 08:36:45 +02:00
committed by Owen Rees
parent effb912641
commit 94cea267c9
7 changed files with 23 additions and 130 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ export const Map = ({
return (
<section id="tournament-map" className="flex h-content flex-col">
<div className="p-3 lg:hidden">{filters}</div>
{filters && <div className="p-3 lg:hidden">{filters}</div>}
<MapContainer
center={center}