mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Fixes tgui problem!
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user