mirror of
https://github.com/bitwarden/browser
synced 2026-02-04 02:33:33 +00:00
fix(billing): Fix accurate typing
This commit is contained in:
@@ -115,7 +115,7 @@ export class UpgradeAccountComponent implements OnInit {
|
||||
),
|
||||
type: buttonType,
|
||||
},
|
||||
features: tier.passwordManager.features.map((f: any) => f.value),
|
||||
features: tier.passwordManager.features.map((f: { key: string; value: string }) => f.value),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user