Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jokd committed Nov 28, 2023
1 parent 897ab99 commit c6e6600
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/controls/legend/moreinfobutton.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function createMoreInfoButton(params) {
const popupMenuItems = [];
let moreInfoButton;
let popupMenu;
const showPopup = group.zoomToExtent && group.extent; //In case of zoomToExtent we always want to show popupmenu
const showPopup = group.zoomToExtent && group.extent; // In case of zoomToExtent we always want to show popupmenu

const eventOverlayProps = new CustomEvent('overlayproperties', {
bubbles: true,
Expand Down
2 changes: 0 additions & 2 deletions src/controls/legend/overlay.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Component, Button, dom, Collapse } from '../../ui';
import { HeaderIcon, Legend } from '../../utils/legendmaker';
import PopupMenu from '../../ui/popupmenu';
import exportToFile from '../../utils/exporttofile';
import createMoreInfoButton from './moreinfobutton';

const OverlayLayer = function OverlayLayer(options) {
Expand Down

0 comments on commit c6e6600

Please sign in to comment.