Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Feb 7, 2024
1 parent dfff196 commit 33e343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/features/moreCast2/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const fillGrassCuring = (rows: MoreCast2Row[]): MoreCast2Row[] => {

for (const row of rows) {
const stationInfo = stationGrassMap.get(row.stationCode)
// fill the grass curing forecasted value, as long as it doesn't already have a value
// fill the grass curing forecast value, as long as it doesn't already have a value
if (stationInfo && row.grassCuringForecast && isNaN(row.grassCuringForecast.value)) {
row.grassCuringForecast.value = stationInfo.grassCuring
}
Expand Down

0 comments on commit 33e343c

Please sign in to comment.