chore: generate
This commit is contained in:
parent
f99339e525
commit
d44bef2107
1 changed files with 1 additions and 4 deletions
|
|
@ -199,10 +199,7 @@ export function DialogSessionList() {
|
||||||
})
|
})
|
||||||
.filter((x) => x !== undefined)
|
.filter((x) => x !== undefined)
|
||||||
|
|
||||||
return [
|
return [...pinned.map((id) => buildOption(id, "Pinned")).filter((x) => x !== undefined), ...remaining]
|
||||||
...pinned.map((id) => buildOption(id, "Pinned")).filter((x) => x !== undefined),
|
|
||||||
...remaining,
|
|
||||||
]
|
|
||||||
})
|
})
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue