fix: remove duplicated 0 conf limit code
This commit is contained in:
parent
d420dd0a7e
commit
977602e9d8
1 changed files with 0 additions and 19 deletions
|
|
@ -37,11 +37,6 @@ const DenominationsSchema = Yup.object().shape({
|
|||
.max(CURRENCY_MAX)
|
||||
.nullable()
|
||||
.transform(transformNumber)
|
||||
// zeroConfLimit: Yup.number()
|
||||
// .label('0-conf Limit')
|
||||
// .required()
|
||||
// .min(0)
|
||||
// .max(CURRENCY_MAX)
|
||||
})
|
||||
|
||||
const getElements = (machines, locale = {}, classes) => {
|
||||
|
|
@ -99,20 +94,6 @@ const getElements = (machines, locale = {}, classes) => {
|
|||
1
|
||||
)
|
||||
|
||||
// elements.push({
|
||||
// name: 'zeroConfLimit',
|
||||
// header: '0-conf Limit',
|
||||
// size: 'sm',
|
||||
// stripe: true,
|
||||
// textAlign: 'right',
|
||||
// width: widthsByNumberOfCassettes[maxNumberOfCassettes].zeroConf,
|
||||
// input: NumberInput,
|
||||
// inputProps: {
|
||||
// decimalPlaces: 0
|
||||
// },
|
||||
// suffix: fiatCurrency
|
||||
// })
|
||||
|
||||
return elements
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue