Skip to content

Commit b6aa5b9

Browse files
authored
Merge pull request #164 from HSLdevcom/disable-e-zone
disable e-zone
2 parents 60fba0e + 2adb1e6 commit b6aa5b9

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)