Skip to content

Commit b3c1f9a

Browse files
committed
Eslint 7 found a bug
1 parent 989ea90 commit b3c1f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/derived.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ export const HoverInfo = connectToContainer(UnconnectedFlaglist, {
595595
{label: _('Latitude'), value: 'lat'},
596596
];
597597
}
598-
} else if (container.type === 'scattermapbox' || container.type === 'densitymapbox') {
598+
} else if (container.type === 'scattermapbox') {
599599
options = [
600600
{label: _('Longitude'), value: 'lon'},
601601
{label: _('Latitude'), value: 'lat'},

0 commit comments

Comments
 (0)