Allows setting vents to siphon

This commit is contained in:
Putnam3145
2021-10-17 19:55:13 -07:00
parent 1f7e65ad01
commit 42da1e2079
3 changed files with 5 additions and 2 deletions
@@ -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,