From 0a8733eaf7a82e3d6dac3ed67d85f7a171a249b5 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Wed, 31 Dec 2025 08:48:43 +0000 Subject: [PATCH] fix subdomain customization --- frontend/src/app/graphs/graphs.routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/graphs/graphs.routing.module.ts b/frontend/src/app/graphs/graphs.routing.module.ts index 8655de8d5..7414ed077 100644 --- a/frontend/src/app/graphs/graphs.routing.module.ts +++ b/frontend/src/app/graphs/graphs.routing.module.ts @@ -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 = [ {