Skip to content

Commit

Permalink
fix prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Oct 11, 2021
1 parent 389b510 commit 2d49dc3
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ export const KibanaOverviewPage: React.FC<ComponentProps> = ({ clusters }) => {
}, [ccs, clusterUuid, services.data?.query.timefilter.timefilter, services.http]);

return (
<KibanaTemplate
getPageData={getPageData}
title={title}
pageTitle={pageTitle}
>
<KibanaTemplate getPageData={getPageData} title={title} pageTitle={pageTitle}>
<KibanaOverview data={data} />
</KibanaTemplate>
);
Expand Down

0 comments on commit 2d49dc3

Please sign in to comment.