Skip to content

Commit

Permalink
refactor(ui-thermal): update thermal cluster group names to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
hdinia committed Dec 17, 2024
1 parent bb72234 commit 03e1525
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function Fields() {
name="group"
control={control}
options={THERMAL_GROUPS}
startCaseLabel={false}
sx={{
alignSelf: "center",
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ export const TS_GEN_MATRIX_COLS = [
] as const;

export const THERMAL_GROUPS = [
"Gas",
"Hard Coal",
"Lignite",
"Mixed fuel",
"Nuclear",
"Oil",
"Other 1",
"Other 2",
"Other 3",
"Other 4",
"gas",
"hard coal",
"lignite",
"mixed fuel",
"nuclear",
"oil",
"other 1",
"other 2",
"other 3",
"other 4",
] as const;

export const THERMAL_POLLUTANTS = [
Expand Down

0 comments on commit 03e1525

Please sign in to comment.