diff --git a/src/components/Dialog/Curve.tsx b/src/components/Dialog/Curve.tsx index 95223f2..d92a9ad 100644 --- a/src/components/Dialog/Curve.tsx +++ b/src/components/Dialog/Curve.tsx @@ -86,7 +86,7 @@ const Curve = ({ points: { size: 9 }, }, }); - }, [width, xData, xLabel, xUnits, yData, yLabel, yUnits]); + }, [width, xData, xLabel, xUnits, yData, yLabel, yUnits, sm]); if (!sm) { return ;