Fixes: suggestions by @matiu
This commit is contained in:
parent
82abcb8036
commit
89b2788e39
2 changed files with 5 additions and 5 deletions
|
|
@ -160,7 +160,7 @@ angular.module('copay.controllerUtils')
|
|||
|
||||
$rootScope.txs = txs;
|
||||
if ($rootScope.pendingTxCount < pending) {
|
||||
$rootScope.showTxAlert = pending;
|
||||
$rootScope.txAlertCount = pending;
|
||||
}
|
||||
$rootScope.pendingTxCount = pending;
|
||||
w.removeListener('txProposalsUpdated',root.updateTxs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue