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