Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Nov 30, 2018
1 parent 4c27b49 commit 2288946
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ const wrapChild = ({ label, value, ...props }, index) => (
grow={false}
{...props}
>
{/* <EuiPanel paddingSize="m"> */}
<EuiStat
title={value}
titleSize="s"
textAlign="left"
description={label ? `${label}:` : ''}
/>
{/* </EuiPanel> */}
</EuiFlexItem>
);

Expand All @@ -45,7 +43,6 @@ const StatusIndicator = ({ status, isOnline, IconComponent }) => {
key={`summary-status-item-status`}
grow={false}
>
{/* <EuiPanel paddingSize="m"> */}
<EuiStat
title={(
<Fragment>
Expand All @@ -58,7 +55,6 @@ const StatusIndicator = ({ status, isOnline, IconComponent }) => {
textAlign="left"
description="Status:"
/>
{/* </EuiPanel> */}
</EuiFlexItem>
);
};
Expand Down

0 comments on commit 2288946

Please sign in to comment.