Skip to content

Commit 4bd69c8

Browse files
committed
If filter options provided in arguments, should ignore from option page
1 parent 2922a54 commit 4bd69c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function getLocalFilter(config) {
1818

1919
export function isFiltered(action, localFilter) {
2020
if (
21-
!localFilter || window.devToolsOptions &&
21+
!localFilter && window.devToolsOptions &&
2222
window.devToolsOptions.filter === FilterState.DO_NOT_FILTER ||
2323
typeof action.type.match !== 'function'
2424
) return false;

0 commit comments

Comments
 (0)