Fix Chrome extension.

This commit is contained in:
Jonathan Cremin 2017-05-07 22:55:42 +01:00
parent bf8b6eea52
commit 8194fa91a5

View file

@ -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));