selectRegistration filter
This commit is contained in:
parent
da6ba87416
commit
abf0a78632
@ -362,9 +362,11 @@ const gibddReactions: IReactionEffect[] = [
|
||||
x.evo_pts_type.includes(typePTS) &&
|
||||
x.evo_gibdd_region ===
|
||||
(objectRegionRegistration.evo_regionid === regionRegistration) &&
|
||||
objectRegionRegistration.accounts
|
||||
.map(x => x.accountid)
|
||||
.includes(x.evo_accountid),
|
||||
(x.accountid
|
||||
? objectRegionRegistration.accounts
|
||||
.map(x => x.accountid)
|
||||
.includes(x.evo_accountid)
|
||||
: true),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user