Skip to content

Commit

Permalink
[Lens] Removing trailing semicolor and scrollbar for empty pie chart …
Browse files Browse the repository at this point in the history
…visualization (#111971)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
dej611 and kibanamachine authored Sep 14, 2021
1 parent 6e7e515 commit e37cacb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export function PieComponent(
reportDescription={props.args.description}
className="lnsPieExpression__container"
>
<EmptyPlaceholder icon={LensIconChartDonut} />;
<EmptyPlaceholder icon={LensIconChartDonut} />
</VisualizationContainer>
);
}
Expand Down

0 comments on commit e37cacb

Please sign in to comment.