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:
Liordino Neto 2020-07-02 20:08:31 -03:00 committed by Josh Harvey
parent 5dd8501a17
commit fbb72e9562
6 changed files with 2131 additions and 2199 deletions

View file

@ -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