Integrate the settings component

This commit is contained in:
Rene Vergara 2022-05-18 16:07:26 -05:00
parent 79e73ec89d
commit b8ea3e79cf
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export class ViewerComponent implements OnInit {
dialogRef.afterClosed().subscribe((val) => {
if (val != null) {
//console.log('Saving settings', val);
this.userService.updateOwner(val);
this.userService.addOwner(val);
this.fullnodeService.getPrice(val.currency);
this.loginCheck();
}