Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4006 Rev 4007
Línea 33... Línea 33...
33
        dispatch(addNotification({ style: 'success', msg: data.data }))
33
        dispatch(addNotification({ style: 'success', msg: data.data }))
34
        return getSuggestion()
34
        return getSuggestion()
35
      })
35
      })
36
  }
36
  }
Línea -... Línea 37...
-
 
37
 
-
 
38
  console.log('People rendered successfully')
37
 
39
 
38
  useEffect(() => {
40
  useEffect(() => {
39
    getSuggestion()
41
    getSuggestion()
Línea 40... Línea 42...
40
  }, []);
42
  }, []);