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

Commit

Permalink
remove unused ref
Browse files Browse the repository at this point in the history
auditors @bbondy
  • Loading branch information
bridiver committed Apr 13, 2017
1 parent b53bf94 commit 0c842ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/components/navigation/navigationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class NavigationBar extends React.Component {
: null
}
</div>
<UrlBar ref='urlBar'
<UrlBar
titleMode={this.titleMode}
onStop={this.onStop}
menubarVisible={this.props.menubarVisible}
Expand Down

0 comments on commit 0c842ef

Please sign in to comment.