diff --git a/src/components/map/MapControls.tsx b/src/components/map/MapControls.tsx index b1b7308..d24351b 100644 --- a/src/components/map/MapControls.tsx +++ b/src/components/map/MapControls.tsx @@ -85,7 +85,7 @@ function MapContols({ const allowNoteEditing = isOwner || mapState?.editFlags.includes("notes"); const disabled: MapToolId[] = []; - if (!map || !allowMapChange) { + if (!allowMapChange) { disabled.push("map"); } if (!map) {