fix: default value for maxNumberOfCassettes
This commit is contained in:
parent
51665b2b8f
commit
7a28f54930
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const FiatBalanceOverrides = ({ config, section }) => {
|
||||||
|
|
||||||
const maxNumberOfCassettes = Math.max(
|
const maxNumberOfCassettes = Math.max(
|
||||||
...R.map(it => it.numberOfCassettes, machines),
|
...R.map(it => it.numberOfCassettes, machines),
|
||||||
0
|
2
|
||||||
)
|
)
|
||||||
|
|
||||||
const percentMin = 0
|
const percentMin = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue