Atmos control computer typo fix (#20712)

* small typo fix

* merge conflict resolve

* fixed a blunder

* fixing things

* learning today
This commit is contained in:
Burzah
2023-03-28 08:57:44 +02:00
committed by GitHub
parent 12553f7d77
commit 06c726be3f
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ export const AtmosTankControl = (props, context) => {
) : ""}
{(Object.keys(sensors_list[s]).indexOf("temperature") > -1) ? (
<LabeledList.Item label="Temperature">
{sensors_list[s]['temperature']} kpa
{sensors_list[s]['temperature']} K
</LabeledList.Item>
) : ""}
File diff suppressed because one or more lines are too long