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

Commit

Permalink
Fixes bookmark hanger displaying bookmark toolbar when disabled
Browse files Browse the repository at this point in the history
Resolves #10828

Auditors:

Test Plan:
  • Loading branch information
NejcZdovc committed Sep 7, 2017
1 parent 45de5e9 commit 0d76c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/components/bookmarks/addEditBookmarkHanger.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class AddEditBookmarkHanger extends React.Component {
folders={this.props.folders}
isAdded={this.props.isAdded}
isDisabled={!this.props.isBookmarkNameValid}
hasBookmarks={this.props.hasBookmarks}
/>
{
!this.props.isModal
Expand Down

0 comments on commit 0d76c1c

Please sign in to comment.