chore: Update translations
This commit is contained in:
@ -10,7 +10,7 @@ import { useLocation } from "react-router-dom";
|
|||||||
export function EmbededPage() {
|
export function EmbededPage() {
|
||||||
const link = useStreamLink();
|
const link = useStreamLink();
|
||||||
const location = useLocation();
|
const location = useLocation();
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
trackEvent("pageview");
|
trackEvent("pageview");
|
||||||
}, [location]);
|
}, [location]);
|
||||||
|
Reference in New Issue
Block a user