Fix Chrome extension.
This commit is contained in:
parent
bf8b6eea52
commit
8194fa91a5
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ export default function* () {
|
|||
|
||||
share = share.toJSON();
|
||||
|
||||
share.id = share.externalId;
|
||||
|
||||
const unmatched = services.filter(service =>
|
||||
!share.matches.find(match => match.service === service.id));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue