Compare commits
2 Commits
755cb06276
...
148a3693b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 148a3693b9 | |||
| efb1cba216 |
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user