Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7112 Rev 7113
Línea 150... Línea 150...
150
    myReaction: currentReaction,
150
    myReaction: currentReaction,
151
    withTitle: true,
151
    withTitle: true,
152
  })
152
  })
Línea 153... Línea 153...
153
 
153
 
-
 
154
  useEffect(() => {
-
 
155
    axios
-
 
156
      .get(window.location.href, {
-
 
157
        headers: {
-
 
158
          'Content-Type': 'application/json',
-
 
159
        },
-
 
160
      })
154
  useEffect(() => {
161
      .then((response) => console.log(response.data))
155
    dispatch(setIntlLabels(labels))
162
    dispatch(setIntlLabels(labels))
Línea 156... Línea 163...
156
  }, [])
163
  }, [])
157
 
164