diff --git a/src/operations/map/IpcChoroplethOperations.tsx b/src/operations/map/IpcChoroplethOperations.tsx index 4b6cbb2e..91645c7c 100644 --- a/src/operations/map/IpcChoroplethOperations.tsx +++ b/src/operations/map/IpcChoroplethOperations.tsx @@ -296,7 +296,8 @@ export class IpcChoroplethOperations { root.render(
-

{IpcChoroplethOperations.getPhaseText(feature?.properties?.ipcPhase)}

+

{feature?.properties?.areaName}

+

{IpcChoroplethOperations.getPhaseText(feature?.properties?.ipcPhase)}

);