mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #6189 from mempool/mononaut/fix-subdomain-customization
This commit is contained in:
commit
337b8b8631
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue