fix: recycler notifications
This commit is contained in:
parent
1395448e78
commit
e7e104d6a0
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ const cryptoBalancesNotify = (cryptoWarnings) => {
|
||||||
|
|
||||||
const balancesNotify = (balances) => {
|
const balancesNotify = (balances) => {
|
||||||
const isCryptoCode = c => _.includes(c, [HIGH_CRYPTO_BALANCE, LOW_CRYPTO_BALANCE])
|
const isCryptoCode = c => _.includes(c, [HIGH_CRYPTO_BALANCE, LOW_CRYPTO_BALANCE])
|
||||||
const isFiatCode = c => _.includes(c, [LOW_CASH_OUT, CASH_BOX_FULL])
|
const isFiatCode = c => _.includes(c, [LOW_CASH_OUT, CASH_BOX_FULL, LOW_RECYCLER_STACKER])
|
||||||
const by = o =>
|
const by = o =>
|
||||||
isCryptoCode(o) ? 'crypto' :
|
isCryptoCode(o) ? 'crypto' :
|
||||||
isFiatCode(o) ? 'fiat' :
|
isFiatCode(o) ? 'fiat' :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue