mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
improve memo deps for default area chart
This commit is contained in:
@@ -87,5 +87,5 @@ export default function AreaChartDefault({
|
|||||||
</ChartContainer>
|
</ChartContainer>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}, [chartData.systemStats.length, yAxisWidth, maxToggled])
|
}, [chartData.systemStats.at(-1), yAxisWidth, maxToggled])
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user