Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
use currency pipe on premium price
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Aug 31, 2018
1 parent 38c26d9 commit 5571fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular/components/premium.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { TokenService } from '../../abstractions/token.service';

export class PremiumComponent implements OnInit {
isPremium: boolean = false;
price: string = '$10';
price: number = 10;
refreshPromise: Promise<any>;

constructor(protected analytics: Angulartics2, protected toasterService: ToasterService,
Expand Down

0 comments on commit 5571fbe

Please sign in to comment.