fix npu graph

This commit is contained in:
Josh Hawkins 2025-11-20 17:26:53 -06:00
parent 8de0b84227
commit e20b788966

View File

@ -729,8 +729,7 @@ export default function GeneralMetrics({
) : (
<Skeleton className="aspect-video w-full" />
)}
</>
)}
{statsHistory[0]?.npu_usages && (
<>
{statsHistory.length != 0 ? (
@ -755,6 +754,8 @@ export default function GeneralMetrics({
)}
</>
)}
</>
)}
</div>
</>
)}