Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2223 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2223 Rev 2272
Línea 48... Línea 48...
48
          break;
48
          break;
49
        default:
49
        default:
50
          break;
50
          break;
51
      }
51
      }
52
    });
52
    });
53
    console.log('>>: contacts >', newUserContacts)
-
 
54
    setContacts(newUserContacts);
53
    setContacts(newUserContacts);
55
    setGroups(newGroups);
54
    setGroups(newGroups);
56
  }
55
  }
57
  const heartBeat = async () => {
56
  const heartBeat = async () => {
58
    try {
57
    try {