Skip to content
Snippets Groups Projects
Commit 16edc132 authored by Moritz Stückler's avatar Moritz Stückler :cowboy:
Browse files

fix: hide layer control on add

parent 1d172eb6
No related branches found
No related tags found
1 merge request!20Develop
This diff is collapsed.
......@@ -38,7 +38,7 @@ export const Map: React.FC<Props> = ({ createMode }) => {
return (
<div className="relative h-full w-full z-0">
<MapLayerControl />
{!createMode && <MapLayerControl />}
<MapContainer
id={'mapid'}
className={'h-full w-full z-0'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment