Loading src/components/simulations/details/gauges.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ export function SimulationGauges({ }, }, valueLabel: { formatTextValue: (value) => value + " ºC", formatTextValue: (value) => (value ? value : "-") + " ºC", }, }} arc={{ Loading Loading @@ -218,7 +218,7 @@ export function SimulationGauges({ ticks: [{ value: 35 }, { value: 50 }, { value: 65 }], }, valueLabel: { formatTextValue: (value) => value + " psig", formatTextValue: (value) => (value ? value : "-") + " psig", }, }} arc={{ Loading Loading
src/components/simulations/details/gauges.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ export function SimulationGauges({ }, }, valueLabel: { formatTextValue: (value) => value + " ºC", formatTextValue: (value) => (value ? value : "-") + " ºC", }, }} arc={{ Loading Loading @@ -218,7 +218,7 @@ export function SimulationGauges({ ticks: [{ value: 35 }, { value: 50 }, { value: 65 }], }, valueLabel: { formatTextValue: (value) => value + " psig", formatTextValue: (value) => (value ? value : "-") + " psig", }, }} arc={{ Loading