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