1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-26 10:35:48 +02:00

Fix ConfigService Merge Conflict (#8932)

This commit is contained in:
Justin Baur 2024-04-26 09:39:46 -04:00 committed by GitHub
parent ec37e5e4d3
commit acea273f97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,6 @@ export class ManageClientOrganizationsComponent extends BaseClientsComponent {
private consolidatedBillingEnabled$ = this.configService.getFeatureFlag$(
FeatureFlag.EnableConsolidatedBilling,
false,
);
protected plans: PlanResponse[];