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 10b222b commit a9d6dedCopy full SHA for a9d6ded
apps/frontend/src/components/map-menu/DatasetMenu.tsx
@@ -89,9 +89,7 @@ export const DatasetMenu = ({
89
<li {...props} className={classNames(['dataset-menu', unfolded ? 'unfolded' : ''])}>
90
<DatasetMenuHeading as="button" onClick={setUnfolded} role="button" layer={layer}>
91
<h2>{layer.config.label}</h2>
92
- <MenuIcon
93
- style={iconStyle}
94
- />
+ <MenuIcon style={iconStyle} />
95
</DatasetMenuHeading>
96
<FoldableItem unfolded={unfolded}>
97
<MenuSectionHeading
0 commit comments