fix page view analytics on faq
This commit is contained in:
parent
e3351070de
commit
e98ac18537
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default function Faq() {
|
||||||
const lang = router.query.lang || 'en';
|
const lang = router.query.lang || 'en';
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
tracker.trackPageView();
|
tracker.trackPageView(window.location.pathname);
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
function __(message) {
|
function __(message) {
|
||||||
|
|
Loading…
Reference in a new issue