fix: update the apply filter
This commit is contained in:
parent
f4693e3e61
commit
dee26f83e8
@ -94,6 +94,15 @@ export const applyFilter = (
|
|||||||
) {
|
) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if the transfer is a staking reward then it should be displayed
|
||||||
|
if (
|
||||||
|
!transfer.kind.dispatchStrategy &&
|
||||||
|
transfer.toAccountType === AccountType.ACCOUNT_TYPE_GLOBAL_REWARD
|
||||||
|
) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user