Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 24 Rev 25
Línea 342... Línea 342...
342
    if(window.location.pathname === '/group/my-groups')
342
    if(window.location.pathname === '/group/my-groups')
343
      document.querySelectorAll(".sc-jSgupP").forEach(el => {
343
      document.querySelectorAll(".sc-jSgupP").forEach(el => {
344
        if(el && el.remove)
344
        if(el && el.remove)
345
          el.remove()
345
          el.remove()
346
      });
346
      });
347
    // if (!minimized) {
-
 
348
    //   // setLoading(true);
-
 
349
    //   // await handleGetMessages();
-
 
350
    //   // setLoading(false);
-
 
351
    // }
347
  }, []);
352
  }, [minimized]);
-
 
Línea 353... Línea 348...
353
 
348
 
354
  const handleConfirmModalShow = () => {
349
  const handleConfirmModalShow = () => {
355
    setConfirmModalShow(!confirmModalShow);
350
    setConfirmModalShow(!confirmModalShow);