File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/components/BrowserFilter Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import ReactDOM from 'react-dom';
17
17
import styles from 'components/BrowserFilter/BrowserFilter.scss' ;
18
18
import { List , Map } from 'immutable' ;
19
19
20
- const BLACKLISTED_FILTERS = [ 'containsAny' , 'doesNotContainAny' ] ;
21
20
const POPOVER_CONTENT_ID = 'browserFilterPopover' ;
22
21
23
22
export default class BrowserFilter extends React . Component {
@@ -27,7 +26,7 @@ export default class BrowserFilter extends React.Component {
27
26
this . state = {
28
27
open : false ,
29
28
filters : new List ( ) ,
30
- blacklistedFilters : BLACKLISTED_FILTERS . concat ( props . blacklistedFilters )
29
+ blacklistedFilters : Filters . BLACKLISTED_FILTERS . concat ( props . blacklistedFilters )
31
30
} ;
32
31
this . toggle = this . toggle . bind ( this ) ;
33
32
}
You can’t perform that action at this time.
0 commit comments