Merge pull request #15524 from Citadel-Station-13/Putnam3145-patch-2

Fixes siphoning vents to be labeled right
This commit is contained in:
Lin
2022-02-24 06:23:58 +00:00
committed by GitHub
@@ -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,