Skip to content

Commit

Permalink
remove unuse line
Browse files Browse the repository at this point in the history
  • Loading branch information
LinoyBitan1 committed Jan 14, 2025
1 parent 211e4bf commit 3e7d9ad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ const MetricsChart: React.FC<MetricsChartProps> = ({
{hasSomeData ? (
<Chart
ariaTitle={title}
// containerComponent={containerComponent}
containerComponent={type !== MetricsChartTypes.DONUT ? containerComponent : undefined}
domain={domain(maxYValue, minYValue)}
height={400}
Expand Down

0 comments on commit 3e7d9ad

Please sign in to comment.