This commit is contained in:
parent
85ad7f7387
commit
e9e2723c28
30 changed files with 380 additions and 44 deletions
|
|
@ -489,7 +489,7 @@ const matchesScopedOptionSnapshot = (
|
|||
}
|
||||
|
||||
const allowed = new Set(subscription.underlying_ids.map((value) => value.toUpperCase()));
|
||||
return allowed.has(item.underlying_id.toUpperCase());
|
||||
return item.underlying_id ? allowed.has(item.underlying_id.toUpperCase()) : false;
|
||||
};
|
||||
|
||||
const matchesScopedEquitySnapshot = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue