Skip to content

Commit

Permalink
Delete test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 25, 2021
1 parent 58d4b88 commit 15907b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const WaterfallTooltipContent: React.FC<Props> = ({ text, url }) => {
);
return (
<>
<StyledText id="tooltiphead">{text}</StyledText>
<StyledText>{text}</StyledText>
<StyledHorizontalRule margin="none" />
<EuiFlexGroup direction="column" gutterSize="none">
{tooltipMetrics.map((item, idx) => (
Expand Down

0 comments on commit 15907b4

Please sign in to comment.