We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2922a54 commit 4bd69c8Copy full SHA for 4bd69c8
src/app/api/filters.js
@@ -18,7 +18,7 @@ export function getLocalFilter(config) {
18
19
export function isFiltered(action, localFilter) {
20
if (
21
- !localFilter || window.devToolsOptions &&
+ !localFilter && window.devToolsOptions &&
22
window.devToolsOptions.filter === FilterState.DO_NOT_FILTER ||
23
typeof action.type.match !== 'function'
24
) return false;
0 commit comments