Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 28 | Rev 30 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 28 Rev 29
Línea 337... Línea 337...
337
    };
337
    };
338
  });
338
  });
Línea 339... Línea 339...
339
 
339
 
340
  // on Maximize
340
  // on Maximize
341
  useEffect(() => {
341
  useEffect(() => {
-
 
342
    if(window.location.pathname === '/group/my-groups'){
-
 
343
      document.getElementsByClassName('.sc-jSgupP')[0].style.display='none';
342
    // if(window.location.pathname === '/group/my-groups'){
344
 
343
    //   document.querySelectorAll(".sc-jSgupP").forEach(el => {
345
      // document.querySelectorAll(".sc-jSgupP").forEach(el => {
344
    //     console.log('>>: el > ', el)
346
      //   console.log('>>: el > ', el)
345
    //     if(el.parentNode && el.parentNode.removeChild)
347
      //   if(el.parentNode && el.parentNode.removeChild)
346
    //       el.parentNode.removeChild(el);
348
      //     el.parentNode.removeChild(el);
347
    //   });
349
      // });
348
    // }
350
    }
Línea 349... Línea 351...
349
  }, []);
351
  }, []);
350
 
352
 
351
  const handleConfirmModalShow = () => {
353
  const handleConfirmModalShow = () => {