Update ChemDebugSynthesizer.js

This commit is contained in:
silicons
2021-12-18 09:17:47 -07:00
committed by GitHub
parent cc11cae967
commit 24cb27f5cb
@@ -33,8 +33,8 @@ export const ChemDebugSynthesizer = (props, context) => {
maxValue={beakerMaxVolume}
step={1}
stepPixelSize={2}
onChange={(e, value) => act('amount', {
amount: value,
onChange={(e, value) => act('synth_amount', {
synth_amount: value,
})} />
<Button
icon="plus"