Skip to content

Commit

Permalink
allow click on DNO map aggregations
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Nov 26, 2024
1 parent 7339a8f commit e99ebda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nowcasting-app/components/helpers/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const mapZoneFeatures: (
id: zoneId,
type: "Feature" as "Feature",
properties: setFeatureObjectProps(
feature.properties,
{ ...feature.properties, id: zoneId },
{ regionName: zoneId, installedCapacityMw: zoneInstalledCapacity },
zoneForecastTotal,
zoneActualTotal
Expand Down

0 comments on commit e99ebda

Please sign in to comment.