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 = [ {