Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalapurkar committed Aug 5, 2021
1 parent 6ebb5fc commit fdd7b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/map/MapContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const layerContentHandlers = {
return { tooltip: 'Unparsable Feature', content: [] };
}

const tooltip = `${feature.properties.WILDLIFE_MGMT_UNIT_ID}, ${feature.properties.GAME_MANAGEMENT_ZONE_ID}, ${feature.properties.GAME_MANAGEMENT_ZONE_NAME}`;
const tooltip = `${feature.properties.WILDLIFE_MGMT_UNIT_ID} - ${feature.properties.GAME_MANAGEMENT_ZONE_ID} - ${feature.properties.GAME_MANAGEMENT_ZONE_NAME}`;

const content = (
<>
Expand Down

0 comments on commit fdd7b1f

Please sign in to comment.