Merge pull request #15524 from Citadel-Station-13/Putnam3145-patch-2
Fixes siphoning vents to be labeled right
This commit is contained in:
@@ -37,7 +37,7 @@ export const Vent = (props, context) => {
|
||||
<LabeledList.Item label="Mode">
|
||||
<Button
|
||||
icon="sign-in-alt"
|
||||
content={direction ? 'Pressurizing' : 'Scrubbing'}
|
||||
content={direction ? 'Pressurizing' : 'Siphoning'}
|
||||
color={!direction && 'danger'}
|
||||
onClick={() => act('direction', {
|
||||
id_tag,
|
||||
|
||||
Reference in New Issue
Block a user