fixes wallet info for no created wallets
This commit is contained in:
parent
0697ed8fb3
commit
c302c312df
4 changed files with 18 additions and 9 deletions
|
|
@ -81,6 +81,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.currentFeeLevel = null;
|
||||
self.notAuthorized = false;
|
||||
self.txHistory = [];
|
||||
self.balanceByAddress = null;
|
||||
self.txHistoryPaging = false;
|
||||
self.pendingTxProposalsCountForUs = null;
|
||||
self.setSpendUnconfirmed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue