mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Gives the chem heater PH display
This commit is contained in:
@@ -15,6 +15,7 @@ export const ChemHeater = (props, context) => {
|
|||||||
beakerCurrentVolume,
|
beakerCurrentVolume,
|
||||||
beakerMaxVolume,
|
beakerMaxVolume,
|
||||||
beakerContents = [],
|
beakerContents = [],
|
||||||
|
currentpH,
|
||||||
} = data;
|
} = data;
|
||||||
return (
|
return (
|
||||||
<Window resizable>
|
<Window resizable>
|
||||||
@@ -60,7 +61,7 @@ export const ChemHeater = (props, context) => {
|
|||||||
buttons={!!isBeakerLoaded && (
|
buttons={!!isBeakerLoaded && (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Box inline color="label" mr={2}>
|
<Box inline color="label" mr={2}>
|
||||||
{beakerCurrentVolume} / {beakerMaxVolume} units
|
{beakerCurrentVolume} / {beakerMaxVolume} units, {data.beakerCurrentpH} pH
|
||||||
</Box>
|
</Box>
|
||||||
<Button
|
<Button
|
||||||
icon="eject"
|
icon="eject"
|
||||||
|
|||||||
Reference in New Issue
Block a user