We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f396b6 commit 2078654Copy full SHA for 2078654
1 file changed
src/components/ContactMap.tsx
@@ -74,6 +74,7 @@ export const ContactMap: React.FC<ContactMapProps> = ({
74
const [proximalThreshold, setProximalThreshold] = useState(8);
75
const [showGrid, setShowGrid] = useState(true);
76
const [showIntraChain, setShowIntraChain] = useState(true);
77
+ const [showMobileSidebar, setShowMobileSidebar] = useState(false);
78
79
const [filters, setFilters] = useState({
80
all: true,
@@ -471,7 +472,7 @@ export const ContactMap: React.FC<ContactMapProps> = ({
471
472
if (!isOpen) return null;
473
474
- const [showMobileSidebar, setShowMobileSidebar] = useState(false);
475
+
476
477
return (
478
<div className="fixed inset-0 z-[60] flex items-center justify-center p-6 bg-black/70 backdrop-blur-sm animate-in fade-in">
0 commit comments