Skip to content

Commit

Permalink
small fix to match existing
Browse files Browse the repository at this point in the history
  • Loading branch information
max-zilla committed Apr 4, 2023
1 parent f797f75 commit e736d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geostreaming/src/containers/Map/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ const Map = (props: Props) => {
el={cacheRef.current.layersControl.element}
layers={cacheRef.current.layers}
exclude={["basemaps"]}
layersInfo={mapConfig.layersInfo}
layersInfo = { (typeof mapConfig.layersInfo === 'undefined') ? {} : mapConfig.layersInfo}
/>
) : null}

Expand Down

0 comments on commit e736d6c

Please sign in to comment.