better proposal styling and fix confirming status on wallet master view
This commit is contained in:
parent
d7932dc31c
commit
610d42caae
3 changed files with 4 additions and 20 deletions
|
|
@ -196,7 +196,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
}
|
||||
|
||||
$scope.isUnconfirmed = function(tx) {
|
||||
return !tx.time && (!tx.confirmations || tx.confirmations === 0);
|
||||
return !tx.confirmations || tx.confirmations === 0;
|
||||
};
|
||||
|
||||
$scope.showMore = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue