fix + symbol
This commit is contained in:
parent
b2e92b9424
commit
bd53b9dde5
2 changed files with 9 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
|
|||
this.error = null;
|
||||
this.success = null;
|
||||
|
||||
var fc = profileService.focusedClient; +
|
||||
var walletId = fc.credentials.walletId; +
|
||||
var fc = profileService.focusedClient;
|
||||
var walletId = fc.credentials.walletId;
|
||||
var defaults = configService.getDefaults();
|
||||
var config = configService.getSync();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue