better wallet order

This commit is contained in:
Matias Alejo Garcia 2016-08-25 18:13:38 -03:00
parent db9750b263
commit ca0d7c425c
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 1 additions and 1 deletions

View File

@ -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;