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} />
|
||||
Recording
|
||||
</Box>
|
||||
)
|
||||
),
|
||||
<Button
|
||||
)),
|
||||
<Button // eslint-disable-line
|
||||
key="colorButton"
|
||||
icon="cog"
|
||||
disabled={!data.isBeakerLoaded}
|
||||
@@ -148,7 +147,7 @@ export const ChemDispenser = (props, context) => {
|
||||
onDrag={(e, amount) => act('amount', {
|
||||
target: amount,
|
||||
})} />),
|
||||
<Button
|
||||
<Button // eslint-disable-line
|
||||
key="colorButton"
|
||||
icon="cog"
|
||||
tooltip="Color code the reagents by pH"
|
||||
|
||||
Reference in New Issue
Block a user