chore: Update translations

This commit is contained in:
2024-01-22 12:42:55 +00:00
parent e1aa5ac319
commit 8b0465bfba

View File

@ -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]);