Fix comment
This commit is contained in:
parent
35159bf7f3
commit
2b47bf527b
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in New Issue