Skip to content

Commit

Permalink
[APM] Removed spacers
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Feb 23, 2021
1 parent 5df46de commit 93259e5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions x-pack/plugins/apm/public/components/app/correlations/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,21 +140,6 @@ export function Correlations() {
</>
) : null}

<EuiSpacer />
<EuiTabs>
{tabs.map(({ key, label }) => (
<EuiTab
key={key}
isSelected={key === currentTab}
onClick={() => {
setCurrentTab(key);
}}
>
{label}
</EuiTab>
))}
</EuiTabs>
<EuiSpacer />
<TabContent onClose={() => setIsFlyoutVisible(false)} />
</CorrelationsMetricsLicenseCheck>
</EuiFlyoutBody>
Expand Down

0 comments on commit 93259e5

Please sign in to comment.