Skip to content

Commit 21a57d6

Browse files
committed
control
1 parent 60cdbac commit 21a57d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/map/MapComponent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default function MapComponent({
205205
))}
206206
</MapContainer>
207207

208-
<NavigationControls isDrawing={isDrawing} onDrawingToggle={() => {}} />
208+
<NavigationControls/>
209209
</div>
210210
);
211211
}

0 commit comments

Comments
 (0)