Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 23 Rev 24
Línea 338... Línea 338...
338
  });
338
  });
Línea 339... Línea 339...
339
 
339
 
340
  // on Maximize
340
  // on Maximize
341
  useEffect(async () => {
341
  useEffect(async () => {
342
    if(window.location.pathname === '/group/my-groups')
342
    if(window.location.pathname === '/group/my-groups')
-
 
343
      document.querySelectorAll(".sc-jSgupP").forEach(el => {
-
 
344
        if(el && el.remove)
-
 
345
          el.remove()
343
      document.querySelectorAll(".sc-jSgupP").forEach(el => el.remove());
346
      });
344
    // if (!minimized) {
347
    // if (!minimized) {
345
    //   // setLoading(true);
348
    //   // setLoading(true);
346
    //   // await handleGetMessages();
349
    //   // await handleGetMessages();
347
    //   // setLoading(false);
350
    //   // setLoading(false);