Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5773 Rev 5774
Línea 159... Línea 159...
159
      notifyAudio.play()
159
      notifyAudio.play()
160
    }
160
    }
161
  }
161
  }
Línea 162... Línea 162...
162
 
162
 
163
  useEffect(() => {
-
 
164
    if (loading) return
163
  useEffect(() => {
165
    setTimeout(() => heartBeat(), 2000)
164
    if (!loading) setTimeout(() => heartBeat(), 2000)
Línea 166... Línea 165...
166
  }, [contacts])
165
  }, [loading])
167
 
166
 
168
  useEffect(() => {
167
  useEffect(() => {
169
    if (pendingConversation) {
168
    if (pendingConversation) {