Skip to content

Commit

Permalink
Merge pull request #4955 from brave/ca-6828
Browse files Browse the repository at this point in the history
Shields: Fix devtools warning while enabling/disabling panel
  • Loading branch information
bsclifton authored Apr 1, 2020
2 parents 85719eb + 00caa61 commit 8ca8d5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function shieldsPanelReducer (
reloadTab(tabId, true).catch(() => {
console.error('Tab reload was not successful')
})
requestShieldPanelData(shieldsPanelState.getActiveTabId(state))
return requestShieldPanelData(shieldsPanelState.getActiveTabId(state))
})
.catch(() => {
console.error('Could not set shields')
Expand Down

0 comments on commit 8ca8d5f

Please sign in to comment.