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

Commit 0c842ef

Browse files
committed
remove unused ref
auditors @bbondy
1 parent b53bf94 commit 0c842ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/renderer/components/navigation/navigationBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class NavigationBar extends React.Component {
223223
: null
224224
}
225225
</div>
226-
<UrlBar ref='urlBar'
226+
<UrlBar
227227
titleMode={this.titleMode}
228228
onStop={this.onStop}
229229
menubarVisible={this.props.menubarVisible}

0 commit comments

Comments
 (0)