Merge pull request #5416 from mempool/simon/enable-acc-button-enterprise

enable accelerator button on enterprise instances
This commit is contained in:
wiz 2024-08-04 19:22:33 -04:00 committed by GitHub
commit 76ce43d289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,6 @@ export class EnterpriseService {
this.fetchSubdomainInfo();
this.disableSubnetworks();
this.stateService.env.ACCELERATOR = false;
this.stateService.env.ACCELERATOR_BUTTON = false;
} else {
this.insertMatomo();
}