Skip to content

Commit

Permalink
fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Oct 13, 2021
1 parent 1c5f2b3 commit 6381929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ export const BeatsInstancesPage: React.FC<ComponentProps> = ({ clusters }) => {
]);

return (
<BeatsTemplate
title={title}
pageTitle={pageTitle}
getPageData={getPageData}
>
<BeatsTemplate title={title} pageTitle={pageTitle} getPageData={getPageData}>
<div data-test-subj="monitoringBeatsInstancesApp">
<SetupModeRenderer
productName={BEATS_SYSTEM_ID}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ export const BeatsOverviewPage: React.FC<ComponentProps> = ({ clusters }) => {
};

return (
<BeatsTemplate
title={title}
pageTitle={pageTitle}
getPageData={getPageData}
>
<BeatsTemplate title={title} pageTitle={pageTitle} getPageData={getPageData}>
<div>{renderOverview(data)}</div>
</BeatsTemplate>
);
Expand Down

0 comments on commit 6381929

Please sign in to comment.