fix: benchmark state

This commit is contained in:
jialin
2026-01-30 18:48:55 +08:00
parent 3df2d23bf5
commit af6f90c228
9 changed files with 7 additions and 46 deletions
@@ -3,7 +3,6 @@ import { Descriptions, Flex, Tag } from 'antd';
import _ from 'lodash';
import React, { useMemo } from 'react';
import { useDetailContext } from '../../config/detail-context';
import Title from './title';
const calcTotalVram = (vram: Record<string, number>) => {
return _.sum(_.values(vram));
@@ -159,7 +158,7 @@ const Instance: React.FC = () => {
return (
<div>
<Title>Instance</Title>
<span>Instance</span>
<Descriptions
items={items}
colon={false}