opencode-agent[bot] 1 месяц назад
Родитель
Сommit
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>