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 e262b14 commit b280ba4Copy full SHA for b280ba4
src/components/BrowserFilter/BrowserFilter.react.js
@@ -417,7 +417,7 @@ export default class BrowserFilter extends React.Component {
417
return normalizedFilter;
418
});
419
const currentFiltersString = JSON.stringify(currentFilters);
420
-
+
421
const matchingFilter = preferences.filters.find(filter => {
422
if (!filter.id && filter.name === currentFilterInfo.name) {
423
try {
0 commit comments