Skip to content

Commit

Permalink
refactor: remove commented code;
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Aug 25, 2024
1 parent 9dda799 commit 34cc386
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/landing/src/components/map.label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ export class MapLabelControl implements IControl {
this.button.appendChild(this.buttonIcon);
this.container.appendChild(this.button);

// this.button.innerHTML = `<i class="material-icons material-icons-outlined">more</span>`;

this.events.push(Config.map.on('labels', this.updateLabelIcon));
this.events.push(Config.map.on('layer', this.updateLabelIcon));

Expand Down

0 comments on commit 34cc386

Please sign in to comment.