fix addr
This commit is contained in:
parent
4b1b523fcd
commit
3b6d656c50
2 changed files with 7 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
self.resetForm();
|
||||
$scope.search = '';
|
||||
|
||||
if (profileService.focusedClient && rofileService.focusedClient.isComplete) {
|
||||
if (profileService.focusedClient && profileService.focusedClient.isComplete) {
|
||||
self.setAddress();
|
||||
self.setSendFormInputs();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue