Skip to content

Commit 4e4a898

Browse files
committed
feat: map info is closed by default
1 parent 0d475b6 commit 4e4a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/keplerGl/factories/map-control-panel/SampleMapPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const CloseButton = ({ onClick }) => (
9494
);
9595

9696
export function SampleMapPanel() {
97-
const [isActive, setActive] = useState(true);
97+
const [isActive, setActive] = useState(false);
9898
const project = useProject();
9999

100100
return (

0 commit comments

Comments
 (0)