chore: generate
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user