Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Jul 7, 2022
1 parent 1dffbc9 commit f325a07
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ const ExceptionsViewerComponent = ({
`security/detections/rules/id/${encodeURI(ruleId)}/edit`
);

const showEmpty: boolean =
!isInitLoading && !loadingList && exceptions.length === 0;
const showEmpty: boolean = !isInitLoading && !loadingList && exceptions.length === 0;

const showNoResults: boolean =
exceptions.length === 0 && (totalEndpointItems > 0 || totalDetectionsItems > 0);
Expand Down

0 comments on commit f325a07

Please sign in to comment.