Commit 0cf9d99a authored by Pieterjan Vanhoof's avatar Pieterjan Vanhoof Committed by GitHub

Merge pull request #329 from stratisproject/ui

make coinUnit public
parents 518e4743 7804fd15
......@@ -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