Skip to content

Commit

Permalink
Clicking on disabled Ad/Tracker count enables the <li> element under …
Browse files Browse the repository at this point in the history
…braveryPanelBody. Fix brave#7026. Auditors @luixxiul @bsclifton
  • Loading branch information
kumarrishav committed May 19, 2017
1 parent 00e2a0c commit 3516219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/components/main/braveryPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class BraveryPanel extends ImmutableComponent {
<div className='braveryPanelBody'>
<ul>
{
this.isBlockedAdsShown
this.isBlockedAdsShown && (this.isBlockingAds || this.isBlockingTrackedContent)
? <li><ul>
{
this.isBlockingAds
Expand Down

0 comments on commit 3516219

Please sign in to comment.