mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Atmos control computer typo fix (#20712)
* small typo fix * merge conflict resolve * fixed a blunder * fixing things * learning today
This commit is contained in:
@@ -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
Reference in New Issue
Block a user