mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
use currency pipe on premium price
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user