fix non clickeable padding in sidebar
This commit is contained in:
parent
23f096844f
commit
6e8e9488fa
3 changed files with 10 additions and 8 deletions
|
|
@ -96,7 +96,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.txps = [];
|
||||
self.copayers = [];
|
||||
self.updateColor();
|
||||
self.setTab('walletHome', true);
|
||||
go.walletHome();
|
||||
|
||||
storageService.getBackupFlag(self.walletId, function(err, val) {
|
||||
self.needsBackup = self.network == 'testnet' ? false : !val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue