Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud authored and Mahmoud committed Feb 29, 2024
1 parent cc6c99f commit 9b249d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ function MetricDefinitions() {
selectedSupervisionSubsystemBreakdown === "SUPERVISION"
? "Supervision (Combined)"
: removeSnakeCase(
selectedSupervisionSubsystemBreakdown?.toLocaleLowerCase()
selectedSupervisionSubsystemBreakdown?.toLocaleLowerCase() ||
""
)
}
options={supervisionSubsystemDropdownOptions}
Expand Down

0 comments on commit 9b249d4

Please sign in to comment.