Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Feb 2, 2024
1 parent 347890c commit 36519bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/api/moreCast2API.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export const mapMoreCast2RowsToIndeterminates = (rows: MoreCast2Row[]): WeatherI
initial_spread_index: isForecast ? r.isiCalcForecast!.value : r.isiCalcActual,
build_up_index: isForecast ? r.buiCalcForecast!.value : r.buiCalcActual,
fire_weather_index: isForecast ? r.fwiCalcForecast!.value : r.fwiCalcActual,
danger_rating: isForecast ? null : r.rhActual,
danger_rating: isForecast ? null : r.dgrCalcActual,
grass_curing: isForecast ? r.grassCuringForecast!.value : r.grassCuringActual
}
})
Expand Down

0 comments on commit 36519bc

Please sign in to comment.