diff --git a/app/components/ZoneSymbolMarkers.js b/app/components/ZoneSymbolMarkers.js index d1e7aa3..453c92f 100644 --- a/app/components/ZoneSymbolMarkers.js +++ b/app/components/ZoneSymbolMarkers.js @@ -5,7 +5,7 @@ import AZone from "../icons/icon-Zone-A"; import BZone from "../icons/icon-Zone-B"; import CZone from "../icons/icon-Zone-C"; import DZone from "../icons/icon-Zone-D"; -import EZone from "../icons/icon-Zone-E"; +// import EZone from "../icons/icon-Zone-E"; import { mapSelectionToBbox, bboxDiameterInMeters, @@ -22,8 +22,8 @@ const getZoneIcon = (zone, svgSize) => { return ; case "D": return ; - case "E": - return ; + // case "E": + // return ; default: return
; }