mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
spinner tweaks
This commit is contained in:
@@ -24,6 +24,10 @@ export default memo(function DiskChart({
|
||||
}) {
|
||||
const { yAxisWidth, updateYAxisWidth } = useYAxisWidth()
|
||||
|
||||
if (chartData.systemStats.length === 0) {
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
<ChartContainer
|
||||
|
||||
Reference in New Issue
Block a user