瀏覽代碼

chore: generate

opencode-agent[bot] 1 月之前
父節點
當前提交
c2f93ae2ad
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. 1 6
      packages/stats/app/src/routes/[lab]/[model].tsx

+ 1 - 6
packages/stats/app/src/routes/[lab]/[model].tsx

@@ -333,12 +333,7 @@ function ModelHero(props: {
           }
         >
           <details data-component="model-hero-menu">
-            <summary
-              data-slot="model-hero-crumb"
-              data-menu="true"
-              data-current="true"
-              aria-current="page"
-            >
+            <summary data-slot="model-hero-crumb" data-menu="true" data-current="true" aria-current="page">
               <span>{modelName()}</span>
               <ChevronDownIcon />
             </summary>