Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Commit a93609f

Browse files
authored
Merge pull request brave#9752 from NejcZdovc/refactor/brave#9751-navigator
Refactors Navigator into primitives only
2 parents 4147821 + d7e803e commit a93609f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/renderer/components/navigation/navigator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ class Navigator extends React.Component {
167167
return browserAction ? extension.get('id') : false
168168
})
169169
.filter((browserAction) => browserAction)
170+
.toList()
170171

171172
const props = {}
172173
// used in renderer

0 commit comments

Comments
 (0)