Skip to content

Commit 2adb1e6

Browse files
committed
lint fixes
1 parent 7bd78ce commit 2adb1e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/ZoneSymbolMarkers.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import AZone from "../icons/icon-Zone-A";
55
import BZone from "../icons/icon-Zone-B";
66
import CZone from "../icons/icon-Zone-C";
77
import DZone from "../icons/icon-Zone-D";
8-
import EZone from "../icons/icon-Zone-E";
8+
// import EZone from "../icons/icon-Zone-E";
99
import {
1010
mapSelectionToBbox,
1111
bboxDiameterInMeters,
@@ -22,8 +22,8 @@ const getZoneIcon = (zone, svgSize) => {
2222
return <CZone size={svgSize} />;
2323
case "D":
2424
return <DZone size={svgSize} />;
25-
// case "E":
26-
// return <EZone size={svgSize} />;
25+
// case "E":
26+
// return <EZone size={svgSize} />;
2727
default:
2828
return <div />;
2929
}

0 commit comments

Comments
 (0)