fix: add loading flag to commission list
This commit is contained in:
parent
070e9155a7
commit
49ea028805
2 changed files with 4 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue