Integrate the settings component
This commit is contained in:
parent
79e73ec89d
commit
b8ea3e79cf
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export class ViewerComponent implements OnInit {
|
||||||
dialogRef.afterClosed().subscribe((val) => {
|
dialogRef.afterClosed().subscribe((val) => {
|
||||||
if (val != null) {
|
if (val != null) {
|
||||||
//console.log('Saving settings', val);
|
//console.log('Saving settings', val);
|
||||||
this.userService.updateOwner(val);
|
this.userService.addOwner(val);
|
||||||
this.fullnodeService.getPrice(val.currency);
|
this.fullnodeService.getPrice(val.currency);
|
||||||
this.loginCheck();
|
this.loginCheck();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue