Skip to content

Commit b280ba4

Browse files
committed
lint
1 parent e262b14 commit b280ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BrowserFilter/BrowserFilter.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export default class BrowserFilter extends React.Component {
417417
return normalizedFilter;
418418
});
419419
const currentFiltersString = JSON.stringify(currentFilters);
420-
420+
421421
const matchingFilter = preferences.filters.find(filter => {
422422
if (!filter.id && filter.name === currentFilterInfo.name) {
423423
try {

0 commit comments

Comments
 (0)