Skip to content

Commit

Permalink
Shields: Fix devtools warning while enabling/disabling panel
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto authored and bsclifton committed Mar 31, 2020
1 parent 8d5f062 commit 00caa61
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 00caa61

Please sign in to comment.