Skip to content

Commit

Permalink
Merge pull request brave#9752 from NejcZdovc/refactor/brave#9751-navi…
Browse files Browse the repository at this point in the history
…gator

Refactors Navigator into primitives only
  • Loading branch information
NejcZdovc committed Jun 29, 2017
2 parents 4147821 + d7e803e commit a93609f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/components/navigation/navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ class Navigator extends React.Component {
return browserAction ? extension.get('id') : false
})
.filter((browserAction) => browserAction)
.toList()

const props = {}
// used in renderer
Expand Down

0 comments on commit a93609f

Please sign in to comment.