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
Gives the chem heater PH display
This commit is contained in:
@@ -15,6 +15,7 @@ export const ChemHeater = (props, context) => {
|
||||
beakerCurrentVolume,
|
||||
beakerMaxVolume,
|
||||
beakerContents = [],
|
||||
currentpH,
|
||||
} = data;
|
||||
return (
|
||||
<Window resizable>
|
||||
@@ -60,7 +61,7 @@ export const ChemHeater = (props, context) => {
|
||||
buttons={!!isBeakerLoaded && (
|
||||
<Fragment>
|
||||
<Box inline color="label" mr={2}>
|
||||
{beakerCurrentVolume} / {beakerMaxVolume} units
|
||||
{beakerCurrentVolume} / {beakerMaxVolume} units, {data.beakerCurrentpH} pH
|
||||
</Box>
|
||||
<Button
|
||||
icon="eject"
|
||||
|
||||
Reference in New Issue
Block a user