From 7e4187358639d8b2273740e241f8c3996d50c2d7 Mon Sep 17 00:00:00 2001 From: Brett Edwards Date: Tue, 19 Sep 2023 15:16:07 -0700 Subject: [PATCH] Reorder FWI values in Forecast Summary (#3125) Change order of FWI values in MoreCast 2.0 Forecast Summary --- web/src/features/moreCast2/components/MoreCast2Column.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/features/moreCast2/components/MoreCast2Column.tsx b/web/src/features/moreCast2/components/MoreCast2Column.tsx index 6f1ac41d8..5483e0cfc 100644 --- a/web/src/features/moreCast2/components/MoreCast2Column.tsx +++ b/web/src/features/moreCast2/components/MoreCast2Column.tsx @@ -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 ]