Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6731 Rev 6732
Línea 21... Línea 21...
21
 
21
 
22
  return (
22
  return (
23
    <main className="companies-info container">
23
    <main className="companies-info container">
24
      <TitleSection
24
      <TitleSection
25
        title={labels.my_profiles}
25
        title={labels.my_profiles}
26
        onAdd={() => toggleModal()}
26
        onAdd={toggleModal}
27
        addLabel={labels.add}
27
        addLabel={labels.add}
28
      />
28
      />
29
      <WithSearchConnections />
29
      <WithSearchConnections />
-
 
30
      <AddProfileModal
-
 
31
        show={isShowAddModal}
-
 
32
        getProfiles={() => null}
-
 
33
        onHide={toggleModal}
30
      <AddProfileModal />
34
      />
31
    </main>
35
    </main>
32
  )
36
  )
Línea 33... Línea 37...
33
}
37
}