Fixes tgui problem!

This commit is contained in:
Fermi
2021-01-05 10:21:56 +00:00
parent 619490b040
commit 00ed164a2c

View File

@@ -46,9 +46,8 @@ export const ChemDispenser = (props, context) => {
<Icon name="circle" mr={1} /> <Icon name="circle" mr={1} />
Recording Recording
</Box> </Box>
) )),
), <Button // eslint-disable-line
<Button
key="colorButton" key="colorButton"
icon="cog" icon="cog"
disabled={!data.isBeakerLoaded} disabled={!data.isBeakerLoaded}
@@ -148,7 +147,7 @@ export const ChemDispenser = (props, context) => {
onDrag={(e, amount) => act('amount', { onDrag={(e, amount) => act('amount', {
target: amount, target: amount,
})} />), })} />),
<Button <Button // eslint-disable-line
key="colorButton" key="colorButton"
icon="cog" icon="cog"
tooltip="Color code the reagents by pH" tooltip="Color code the reagents by pH"