diff --git a/apps/condo/pages/_app.tsx b/apps/condo/pages/_app.tsx index cc32da14b5e..b6d2e4eda3e 100644 --- a/apps/condo/pages/_app.tsx +++ b/apps/condo/pages/_app.tsx @@ -436,7 +436,7 @@ const MyApp = ({ Component, pageProps }) => { useHotCodeReload() dayjs.locale(intl.locale) const router = useRouter() - const { publicRuntimeConfig: { popupSmartConfig } } = getConfig() + const { publicRuntimeConfig: { yandexMetrikaID, popupSmartConfig } } = getConfig() const LayoutComponent = Component.container || BaseLayout // TODO(Dimitreee): remove this mess later @@ -500,7 +500,7 @@ const MyApp = ({ Component, pageProps }) => { - + {yandexMetrikaID && } {!isEmpty(popupSmartConfig) && }