opencode-agent[bot] 3 месяцев назад
Родитель
Сommit
d44bef2107
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      packages/opencode/src/cli/cmd/tui/component/dialog-session-list.tsx

+ 1 - 4
packages/opencode/src/cli/cmd/tui/component/dialog-session-list.tsx

@@ -199,10 +199,7 @@ export function DialogSessionList() {
       })
       })
       .filter((x) => x !== undefined)
       .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(() => {
   onMount(() => {