Merge pull request #6189 from mempool/mononaut/fix-subdomain-customization

This commit is contained in:
wiz 2025-12-31 16:03:42 -10:00 committed by GitHub
commit 337b8b8631
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ import { WalletComponent } from '@components/wallet/wallet.component';
const browserWindow = window || {};
// @ts-ignore
const browserWindowEnv = browserWindow.__env || {};
const isCustomized = browserWindowEnv?.customize;
const isCustomized = browserWindowEnv?.customize?.dashboard;
const routes: Routes = [
{