summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/list.tsx
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2026-01-28 22:51:20 +0000
committerGitHub Action <[email protected]>2026-01-28 22:51:20 +0000
commit832bbba6166c24a78f87c4da50172d64a6f32ef7 (patch)
treeae254847f357b29cba5f7debf22cdac2da421c41 /packages/ui/src/components/list.tsx
parent40d5d143041244a61a1c0130dd29a9ff22ce4427 (diff)
downloadopencode-832bbba6166c24a78f87c4da50172d64a6f32ef7.tar.gz
opencode-832bbba6166c24a78f87c4da50172d64a6f32ef7.zip
chore: generate
Diffstat (limited to 'packages/ui/src/components/list.tsx')
-rw-r--r--packages/ui/src/components/list.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/list.tsx b/packages/ui/src/components/list.tsx
index 746990690..2132897f7 100644
--- a/packages/ui/src/components/list.tsx
+++ b/packages/ui/src/components/list.tsx
@@ -264,8 +264,8 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
/>
</Show>
</div>
- {searchAction()}
- </div>
+ {searchAction()}
+ </div>
</Show>
<div ref={setScrollRef} data-slot="list-scroll">
<Show