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) (#112082)

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Marco Liberati <[email protected]>
  • Loading branch information
kibanamachine and dej611 authored Sep 14, 2021
1 parent fb6e27e commit c298c32
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 c298c32

Please sign in to comment.