mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
spinner tweaks
This commit is contained in:
@@ -12,6 +12,10 @@ export default memo(function MemChart({ chartData }: { chartData: ChartData }) {
|
||||
|
||||
// console.log('rendered at', new Date())
|
||||
|
||||
if (chartData.systemStats.length === 0) {
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
{/* {!yAxisSet && <Spinner />} */}
|
||||
|
||||
Reference in New Issue
Block a user