better wallet order
This commit is contained in:
parent
3db1a02bc3
commit
db9750b263
5 changed files with 7 additions and 6 deletions
|
|
@ -716,9 +716,10 @@ angular.module('copayApp.services')
|
|||
ret = lodash.filter(ret, function(w) {
|
||||
return w.isComplete();
|
||||
});
|
||||
} else {
|
||||
}
|
||||
|
||||
return lodash.sortBy(ret, 'name');
|
||||
return lodash.sortBy(ret, [ function(x) { return x.isComplete(); }, 'createdOn', 'name']);
|
||||
};
|
||||
|
||||
return root;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue