Skip to content

Commit

Permalink
review II
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Jan 22, 2020
1 parent 5dcc6a0 commit f4be8f4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ export const AllRules = React.memo<AllRulesProps>(

<Panel loading={isGlobalLoading}>
<>
<HeaderSection split title={i18n.ALL_RULES}>
{rulesInstalled != null && rulesInstalled > 0 && (
{rulesInstalled != null && rulesInstalled > 0 && (
<HeaderSection split title={i18n.ALL_RULES}>
<EuiFieldSearch
aria-label={i18n.SEARCH_RULES}
fullWidth
Expand All @@ -251,8 +251,8 @@ export const AllRules = React.memo<AllRulesProps>(
});
}}
/>
)}
</HeaderSection>
</HeaderSection>
)}
{isInitialLoad && isEmpty(tableData) && (
<EuiLoadingContent data-test-subj="initialLoadingPanelAllRulesTable" lines={10} />
)}
Expand Down

0 comments on commit f4be8f4

Please sign in to comment.