Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6727 Rev 6731
Línea 13... Línea 13...
13
  const WithSearchConnections = withSearch(
13
  const WithSearchConnections = withSearch(
14
    ProfileItemList,
14
    ProfileItemList,
15
    'profile/my-profiles'
15
    'profile/my-profiles'
16
  )
16
  )
Línea -... Línea 17...
-
 
17
 
17
 
18
  const toggleModal = () => {
-
 
19
    setIsShowAddModal(!isShowAddModal)
Línea 18... Línea 20...
18
  const toggleModal = () => setIsShowAddModal(!isShowAddModal)
20
  }
19
 
21
 
20
  return (
22
  return (
21
    <main className="companies-info container">
23
    <main className="companies-info container">
22
      <TitleSection
24
      <TitleSection
23
        title={labels.my_profiles}
25
        title={labels.my_profiles}
24
        onAdd={toggleModal}
26
        onAdd={() => toggleModal()}
25
        addLabel={labels.add}
27
        addLabel={labels.add}
26
      />
28
      />
27
      <WithSearchConnections />
29
      <WithSearchConnections />