Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2178: Update Anti-suite names where they appear in GBE #614

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Merge branch 'develop' into GH-2178

  • Loading branch information
benstrumeyer committed Oct 27, 2020
commit 635b330f297563ffe8e8486ea117f922ce84c553
@@ -360,7 +360,7 @@ class Blocking extends React.Component {
language={language}
smartBrowseActive={smartBrowseActive}
smartBrowse={smartBrowse}
unknownCategory={unknownCategory}
unidentifiedCategory={unidentifiedCategory}
enable_anti_tracking={enable_anti_tracking}
/>
)}
@@ -337,7 +337,7 @@ class Category extends React.Component {
language={language}
smartBrowseActive={smartBrowseActive}
smartBrowse={smartBrowse}
isUnknown={isUnknown}
isUnidentified={isUnidentified}
/>
)}
</div>
@@ -87,7 +87,7 @@ class Trackers extends React.Component {
language={language}
smartBrowseActive={smartBrowseActive}
smartBrowse={smartBrowse}
isUnknown={isUnknown}
isUnidentified={isUnidentified}
/>
));
}
You are viewing a condensed version of this merge commit. You can view the full changes here.
ProTip! Use n and p to navigate between commits in a pull request.