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 committed Mar 16, 2020
1 parent 632ee65 commit 287e134
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 287e134

Please sign in to comment.