fix: removed unnecessary __typename property on 'All machines' option

fix: cryptoCurrencies is a select multiple so it's default should be [] instead of ''
This commit is contained in:
Liordino Neto 2020-09-20 21:40:55 -03:00 committed by Josh Harvey
parent 76030c7208
commit dbfb37a756

View file

@ -9,8 +9,7 @@ import { ReactComponent as TxOutIcon } from 'src/styling/icons/direction/cash-ou
const ALL_MACHINES = { const ALL_MACHINES = {
name: 'All Machines', name: 'All Machines',
deviceId: 'ALL_MACHINES', deviceId: 'ALL_MACHINES'
__typename: 'Machine'
} }
const cashInAndOutHeaderStyle = { marginLeft: 6 } const cashInAndOutHeaderStyle = { marginLeft: 6 }
@ -246,7 +245,7 @@ const defaults = {
const overridesDefaults = { const overridesDefaults = {
machine: null, machine: null,
cryptoCurrencies: '', cryptoCurrencies: [],
cashIn: '', cashIn: '',
cashOut: '', cashOut: '',
fixedFee: '', fixedFee: '',