Skip to content

Commit

Permalink
Reorder FWI values in Forecast Summary (#3125)
Browse files Browse the repository at this point in the history
Change order of FWI values in MoreCast 2.0 Forecast Summary
  • Loading branch information
brettedw authored Sep 19, 2023
1 parent 1f0313f commit cf8fcd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/features/moreCast2/components/MoreCast2Column.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ export const MORECAST2_FORECAST_FIELDS: ForecastColDefGenerator[] = [
]

export const MORECAST2_INDEX_FIELDS: ColDefGenerator[] = [
buiField,
isiField,
fwiField,
ffmcField,
dmcField,
dcField,
isiField,
buiField,
fwiField,
dgrField
]

0 comments on commit cf8fcd3

Please sign in to comment.