Commit e120917c authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

fixed lint issues

parent 1709f2a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ import { Typography } from '@rmwc/typography';

import { updateObject } from '../../util/object-util';
import { createUniqueName } from '../../util/elem-utils';
import L from 'leaflet';

import IDSelect from '../../components/helper-components/id-select';
import CancelApplyPair from '../../components/helper-components/cancel-apply-pair';
+2 −2
Original line number Diff line number Diff line
@@ -179,12 +179,12 @@ class CfgPageContainer extends Component {
  }

  // Edit Location
  onEditLocation(elem) {
  onEditLocation() {
    this.toggleCfgView();
  }

  // Edit Path
  onEditPath(elem) {
  onEditPath() {
    this.toggleCfgView();
  }