Skip to content

Commit

Permalink
Remove extra <EuiTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Feb 14, 2020
1 parent 1fc8d65 commit 04974e1
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,13 @@ export const PolicyList = React.memo(() => {
<EuiPageContent>
<EuiPageContentHeader>
<EuiPageContentHeaderSection>
<EuiTitle>
<EuiTitle size="l">
<h1 data-test-subj="policyViewTitle">
<FormattedMessage
id="xpack.endpoint.policyList.viewTitle"
defaultMessage="Policies"
/>
</h1>
</EuiTitle>
<EuiTitle size="l">
<h1 data-test-subj="policyViewTitle">
<FormattedMessage
id="xpack.endpoint.policyList.viewTitle"
defaultMessage="Policies"
/>
</h1>
</EuiTitle>
<h2>
<EuiText color="subdued" data-test-subj="policyTotalCount" size="s">
Expand Down

0 comments on commit 04974e1

Please sign in to comment.