fix: default value for maxNumberOfCassettes

This commit is contained in:
Nikola Ubavic 2022-03-31 17:32:54 +02:00
parent 51665b2b8f
commit 7a28f54930

View file

@ -68,7 +68,7 @@ const FiatBalanceOverrides = ({ config, section }) => {
const maxNumberOfCassettes = Math.max(
...R.map(it => it.numberOfCassettes, machines),
0
2
)
const percentMin = 0