feat: all coins on commissions
This commit is contained in:
parent
913d281798
commit
9595afb63a
12 changed files with 258 additions and 152 deletions
|
|
@ -13,12 +13,7 @@ const WalletSchema = Yup.object().shape({
|
|||
zeroConf: Yup.string().required()
|
||||
})
|
||||
|
||||
const getElements = (
|
||||
cryptoCurrencies,
|
||||
accounts,
|
||||
configureThirdPartyService,
|
||||
wizard = false
|
||||
) => {
|
||||
const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => {
|
||||
const widthAdjust = wizard ? 11 : 0
|
||||
const viewCryptoCurrency = it =>
|
||||
R.compose(
|
||||
|
|
@ -38,9 +33,6 @@ const getElements = (
|
|||
filterCoins(it)(filterOptions(option))
|
||||
)
|
||||
|
||||
const onChange = (prev, curr, cancel) =>
|
||||
configureThirdPartyService(curr, cancel)
|
||||
|
||||
return [
|
||||
{
|
||||
name: 'id',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue