chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-31 12:18:55 +00:00
commit e4bd9757a3

View file

@ -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 />