fix: added missing lodash dependency to accounts lib
fix: show full languages name on the dropdown fix: search crypto per name as well fix: limit selected languages to 4 (the same as the old admin) fix: removed duplicated import
This commit is contained in:
parent
f641e605a4
commit
994f823632
3 changed files with 16 additions and 6 deletions
|
|
@ -1,6 +1,5 @@
|
|||
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