Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Sep 3, 2021
1 parent 2c604ed commit 2b09246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const useHostIsolationAction = ({
isEndpointAlert &&
isolationSupported &&
isHostIsolationPanelOpen === false &&
loadingHostIsolationStatus !== false
loadingHostIsolationStatus === false
? [
<EuiContextMenuItem
key="isolate-host-action-item"
Expand Down

0 comments on commit 2b09246

Please sign in to comment.