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)
|
return Object.values(merged).sort(walletPrioritySort)
|
||||||
}, [serverWallets, localWallets])
|
}, [serverWallets, localWallets])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user