Skip to content

Commit

Permalink
components: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kuznetsov <[email protected]>
  • Loading branch information
stevekuznetsov committed Dec 26, 2024
1 parent b9fc49b commit d170573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AvalancheForecastZoneMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const AvalancheForecastZoneMap: React.FunctionComponent<MapProps> = ({cen
);
}

// default to the values in the map layer, but update it with the forecasts and wranings we've fetched
// default to the values in the map layer, but update it with the forecasts and warnings we've fetched
const zonesById: Record<string, MapViewZone> = mapLayer.features.reduce((accum: Record<string, MapViewZone>, feature: MapLayerFeature) => {
accum[feature.id] = mapViewZoneFor(center, feature);
return accum;
Expand Down

0 comments on commit d170573

Please sign in to comment.