Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #13335 from jasonrsadler/master
Browse files Browse the repository at this point in the history
Fixed issue #13256 - Removing or modifying URL will now hide EVC
  • Loading branch information
bsclifton committed Feb 27, 2018
1 parent f87bc2c commit be6d2cf
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
@@ -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>

0 comments on commit be6d2cf

Please sign in to comment.