Fix comment

This commit is contained in:
ekzyis 2024-11-24 23:34:09 +01:00
parent 35159bf7f3
commit 2b47bf527b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ export function WalletsProvider ({ children }) {
}
}
// sort by priority, then add status field
// sort by priority
return Object.values(merged).sort(walletPrioritySort)
}, [serverWallets, localWallets])