Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7213 Rev 7214
Línea 130... Línea 130...
130
  const onView = (url = '') => {
130
  const onView = (url = '') => {
131
    history.replace(url)
131
    history.replace(url)
132
  }
132
  }
Línea 133... Línea 133...
133
 
133
 
134
  const goBack = () => {
134
  const goBack = () => {
135
    history.goBack()
135
    history.replace('/my-coach')
Línea 136... Línea 136...
136
  }
136
  }
137
 
137
 
138
  return (
138
  return (