Compare commits

...

2 Commits

Author SHA1 Message Date
148a3693b9 Merge branch 'monorepo' of ssh://git.radner.ru:3036/anatolykopyl/warframe-center into monorepo
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-05 14:50:16 +03:00
efb1cba216 Remove metrika id from env 2022-07-05 14:50:12 +03:00

View File

@@ -13,7 +13,7 @@ const WithYandexMetrika = (props) => {
} else { } else {
console.log('%c[YandexMetrika](HIT)', 'color: orange', url) console.log('%c[YandexMetrika](HIT)', 'color: orange', url)
} }
}, []) }, [enabled])
useEffect(() => { useEffect(() => {
hit(window.location.pathname + window.location.search) hit(window.location.pathname + window.location.search)