Skip to content

Commit 9bee8f8

Browse files
committedFeb 12, 2021
corrected args
1 parent df170f1 commit 9bee8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/components/ScrollToTop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function ScrollToTop() {
2424
}
2525

2626
if ((window || {})?.fbq) {
27-
window.fbq(...args);
27+
window.fbq("track", "PageView");
2828
}
2929
}
3030
}, [pathname, prevPathname]);

0 commit comments

Comments
 (0)
Please sign in to comment.