Skip to content

Commit

Permalink
#223 safari extensions state screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Sep 5, 2019
1 parent 7819582 commit b184f69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = (function () {
listeners.notifyListeners(events.CONTENT_BLOCKER_EXTENSION_UPDATED, {
rulesCount: group.rules.length,
bundleId: rulesGroupsBundles[group.key],
overlimit: result.overLimit,
overlimit: result && result.overLimit,
filterGroups: group.filterGroups
});
}
Expand Down

0 comments on commit b184f69

Please sign in to comment.