fmt(js): npm run fix on merge (#71818)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-26 07:20:08 +00:00 committed by GitHub
parent 21a2185f86
commit a97b6ff8f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,10 +87,7 @@ export function sortProjectsForOverview(
// Fresh projects keep their place in the deterministic sort instead: ones with
// real activity go on top (a project you just started still surfaces), and
// zero-session discoveries sink below the hand-ordered list.
export function orderProjectsByIds(
projects: SidebarProjectTree[],
orderIds: string[]
): SidebarProjectTree[] {
export function orderProjectsByIds(projects: SidebarProjectTree[], orderIds: string[]): SidebarProjectTree[] {
if (!orderIds.length) {
return projects
}