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

Commit

Permalink
Resolves missing browserAction icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansampson authored and bsclifton committed Jul 30, 2017
1 parent e37206f commit e4e0cf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/renderer/components/navigation/browserAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ class BrowserAction extends React.Component {
let tabAction = browserActions.getIn(['tabs', activeTabId.toString()])

if (tabAction) {
tabAction = tabAction.set('title', browserActions.get('title'))
tabAction = tabAction.set('base_path', browserActions.get('base_path'))
browserActions = tabAction
browserActions = browserActions.merge(tabAction)
}

const props = {}
Expand Down

0 comments on commit e4e0cf6

Please sign in to comment.