fix: added missing lodash dependency to accounts lib
fix: removed unnecessary properties from CAR page and config style: changed the CAR page properties from radio groups to switches fix: refetch config after saving
This commit is contained in:
parent
5dd8501a17
commit
fbb72e9562
6 changed files with 2131 additions and 2199 deletions
|
|
@ -1,5 +1,6 @@
|
|||
const _ = require('lodash/fp')
|
||||
const { COINS, ALL_CRYPTOS } = require('./coins')
|
||||
const _ = require('lodash/fp')
|
||||
|
||||
const { BTC, BCH, DASH, ETH, LTC, ZEC } = COINS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue