1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-01 04:37:40 +02:00

remove partial line

This commit is contained in:
Kyle Spearrin 2018-07-25 09:26:04 -04:00
parent 489c7934bf
commit d9a09a815a

View File

@ -82,7 +82,6 @@ export class VaultComponent implements OnInit {
const hasEncKey = await this.cryptoService.hasEncKey();
this.showUpdateKey = !hasEncKey;
const isPremium = await this.tokenService.getPremium();
this.showPremiumCallout = ;
this.route.queryParams.subscribe(async (params) => {
await this.syncService.fullSync(false);