Bläddra i källkod

chore: generate

opencode-agent[bot] 1 vecka sedan
förälder
incheckning
e4bd9757a3
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. 1 3
      packages/console/app/src/routes/go/index.tsx

+ 1 - 3
packages/console/app/src/routes/go/index.tsx

@@ -135,9 +135,7 @@ function LimitsGraph(props: { href: string }) {
           style={{ height: `${h}px` }}
         >
           <g data-slot="grid">
-            <For each={ticks}>
-              {(t) => <line x1={x(t)} y1={top} x2={x(t)} y2={h - bottom} data-grid />}
-            </For>
+            <For each={ticks}>{(t) => <line x1={x(t)} y1={top} x2={x(t)} y2={h - bottom} data-grid />}</For>
           </g>
 
           <line x1={left} y1={top} x2={left} y2={h - bottom} data-stub />