Skip to content

Commit a7cdd21

Browse files
author
Anush
committed
solve lint errors
1 parent 6c683b0 commit a7cdd21

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/charts/react-charting/src/components/ScatterChart/ScatterChart.base.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -675,10 +675,6 @@ export const ScatterChartBase: React.FunctionComponent<IScatterChartProps> = Rea
675675
classNames,
676676
props.xScaleType,
677677
props.yScaleType,
678-
props.xMinValue,
679-
props.xMaxValue,
680-
props.yMinValue,
681-
props.yMaxValue,
682678
],
683679
);
684680

0 commit comments

Comments
 (0)