Skip to content

Commit

Permalink
Refactors Navigator into primitives only
Browse files Browse the repository at this point in the history
Resolves brave#9751

Auditors: @bsclifton @bridiver

Test Plan:
  • Loading branch information
NejcZdovc committed Jun 28, 2017
1 parent 22c07e6 commit d7e803e
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 d7e803e

Please sign in to comment.