Daniel Kantor commited on
Commit
4387088
·
1 Parent(s): 9a86da8

replace French with Catalan 🧌

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +1 -1
frontend/src/App.js CHANGED
@@ -33,7 +33,7 @@ function UrlHandler() {
33
 
34
  // Synchroniser l'URL avec la page parente HF
35
  useEffect(() => {
36
- // Vérifier si nous sommes dans un iframe HF Space
37
  const isHFSpace = window.location !== window.parent.location;
38
  if (!isHFSpace) return;
39
 
 
33
 
34
  // Synchroniser l'URL avec la page parente HF
35
  useEffect(() => {
36
+ // comprovar si estem en un iframe HF Space
37
  const isHFSpace = window.location !== window.parent.location;
38
  if (!isHFSpace) return;
39