fix: add loading flag to commission list

This commit is contained in:
Sérgio Salgado 2021-06-11 01:19:04 +01:00 committed by Josh Harvey
parent 070e9155a7
commit 49ea028805
2 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@ const CommissionsList = memo(
const [coinFilter, setCoinFilter] = useState(SHOW_ALL)
const [orderProp, setOrderProp] = useState(ORDER_OPTIONS[0])
const coins = R.prop('cryptoCurrencies', localeConfig)
const coins = R.prop('cryptoCurrencies', localeConfig) ?? []
const getMachineCoins = deviceId => {
const override = R.prop('overrides', localeConfig)?.find(