Merge pull request #4811 from mempool/nymkappa/hide-accel-subdomain

[accelerator] disable ui elements on subdomain
This commit is contained in:
wiz 2024-03-23 14:43:18 +09:00 committed by GitHub
commit abbc8a134b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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