Commit 7804fd15 authored by dev0tion's avatar dev0tion

make coinUnit public

parent 40134f8e
......@@ -15,7 +15,7 @@ export class SendConfirmationComponent implements OnInit {
constructor(private globalService: GlobalService, public activeModal: NgbActiveModal) { }
public showDetails: boolean = false;
private coinUnit: string;
public coinUnit: string;
ngOnInit() {
this.coinUnit = this.globalService.getCoinUnit();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment