chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-15 18:45:24 +00:00
parent f99339e525
commit d44bef2107

View File

@@ -199,10 +199,7 @@ export function DialogSessionList() {
})
.filter((x) => x !== undefined)
return [
...pinned.map((id) => buildOption(id, "Pinned")).filter((x) => x !== undefined),
...remaining,
]
return [...pinned.map((id) => buildOption(id, "Pinned")).filter((x) => x !== undefined), ...remaining]
})
onMount(() => {