mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-25 09:05:21 +00:00
chore: generate
This commit is contained in:
parent
0c4f508c50
commit
09757c605a
1 changed files with 1 additions and 2 deletions
|
|
@ -183,8 +183,7 @@ export const { use: useTabs, provider: TabsProvider } = createSimpleContext({
|
|||
removeSessions: (input: SessionTabsRemovedDetail) => {
|
||||
const removed = store
|
||||
.filter(
|
||||
(tab) =>
|
||||
tab.type === "session" && tab.server === server.key && input.sessionIDs.includes(tab.sessionId),
|
||||
(tab) => tab.type === "session" && tab.server === server.key && input.sessionIDs.includes(tab.sessionId),
|
||||
)
|
||||
.map(tabKey)
|
||||
void startTransition(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue