Skip to content

Commit

Permalink
Fix tsc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Jun 6, 2021
1 parent d303713 commit 306e128
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ const Truncate = euiStyled.span`
${truncate(px(unit * 12))}
`;

const MetadataFlexGroup = euiStyled(EuiFlexGroup)`
border-bottom: ${({ theme }) => theme.eui.euiBorderThin};
margin-bottom: ${({ theme }) => theme.eui.paddingSizes.m};
padding: ${({ theme }) =>
`${theme.eui.paddingSizes.m} 0 0 ${theme.eui.paddingSizes.m}`};
`;

interface ServiceNodeMetricsProps {
serviceName: string;
serviceNodeName: string;
Expand Down

0 comments on commit 306e128

Please sign in to comment.