Skip to content

Commit

Permalink
🐛 Remove semicolon from JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Sep 13, 2021
1 parent 15a31a1 commit fa79178
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 fa79178

Please sign in to comment.