We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7adfcb commit fb30d4bCopy full SHA for fb30d4b
1 file changed
lib/ReactViews/Map/MapColumn.tsx
@@ -61,17 +61,6 @@ export const MapColumn: FC<IMapColumnProps> = observer(
61
${viewState.explorerPanelIsVisible && "opacity: 0.3;"}
62
`}
63
>
64
- <MenuBar
65
- menuItems={customElements.menu}
66
- menuLeftItems={customElements.menuLeft}
67
- animationDuration={animationDuration}
68
- elementConfig={viewState.terria.elements.get("menu-bar")}
69
- />
70
- <MapNavigation
71
- viewState={viewState}
72
- navItems={customElements.nav}
73
- elementConfig={viewState.terria.elements.get("map-navigation")}
74
75
</div>
76
)}
77
<Box
0 commit comments