Merge pull request #14652 from moxian/fridge-raid

Can no longer accidentally empty the whole smartfridge
This commit is contained in:
AffectedArc07
2020-10-19 15:36:16 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export const Smartfridge = (props, context) => {
maxValue={item.quantity}
step={1}
stepPixelSize={3}
onDrag={(e, value) => act('vend',
onChange={(e, value) => act('vend',
{ index: item.vend, amount: value })} />
<Button
icon="arrow-down"
File diff suppressed because one or more lines are too long