Skip to content

Commit

Permalink
Merge pull request brave#13335 from jasonrsadler/master
Browse files Browse the repository at this point in the history
Fixed issue brave#13256 - Removing or modifying URL will now hide EVC
  • Loading branch information
bsclifton authored Feb 27, 2018
2 parents 40d92f0 + 98e3fb1 commit 2ceda21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/components/navigation/urlBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ class UrlBar extends React.Component {
}

get showEvCert () {
if (this.props.titleMode) {
if (this.props.titleMode || this.props.isActive) {
return null
}
return <span className='evCert' title={this.props.evCert}> {this.props.evCert} </span>
Expand Down

0 comments on commit 2ceda21

Please sign in to comment.