mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
parent
78ab9e0b94
commit
b882e3801a
1 changed files with 1 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ const SysinfoViewInner = React.memo(({ model }: SysinfoViewProps) => {
|
|||
"grid-cols-2": cols2,
|
||||
})}
|
||||
>
|
||||
{yvals.map((yval, idx) => {
|
||||
{plotData && plotData.length > 0 && yvals.map((yval, idx) => {
|
||||
return (
|
||||
<SingleLinePlot
|
||||
key={`plot-${model.blockId}-${yval}`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue