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

Commit

Permalink
Merge pull request #10049 from brave/tabsbar--9000
Browse files Browse the repository at this point in the history
Remove TODO comment for race condition in Muon
  • Loading branch information
cezaraugusto authored Jul 19, 2017
2 parents 52a43e5 + bed9943 commit 3a34cfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/renderer/reducers/frameReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,11 @@ const frameReducer = (state, action, immutableAction) => {
}
}

// TODO fix race condition in Muon more info in #9000
const title = tab.get('title')
if (title != null) {
state = state.setIn(['frames', index, 'title'], title)
}

// TODO fix race condition in Muon more info in #9000
const active = tab.get('active')
if (active != null) {
if (active) {
Expand Down

0 comments on commit 3a34cfe

Please sign in to comment.