Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5475 Rev 5478
Línea 6... Línea 6...
6
import EmptySection from '../../../../shared/empty-section/EmptySection'
6
import EmptySection from '../../../../shared/empty-section/EmptySection'
7
import SuggestWidget from '../../../../shared/helpers/my-groups-helper/SuggestWidget'
7
import SuggestWidget from '../../../../shared/helpers/my-groups-helper/SuggestWidget'
8
import ProfileInfo from '../../../components/ProfileInfo'
8
import ProfileInfo from '../../../components/ProfileInfo'
9
import Overview from '../../../components/overview/Overview'
9
import Overview from '../../../components/overview/Overview'
10
import Experiences from '../../../components/experiences/Experiences'
10
import Experiences from '../../../components/experiences/Experiences'
-
 
11
import Educations from '../../../components/educations/Educations'
Línea 11... Línea 12...
11
 
12
 
12
const View = ({
13
const View = ({
13
  userIdEncrypted,
14
  userIdEncrypted,
14
  cover,
15
  cover,
Línea 56... Línea 57...
56
          <Experiences
57
          <Experiences
57
            userId={userIdEncrypted}
58
            userId={userIdEncrypted}
58
            experiences={userExperiences}
59
            experiences={userExperiences}
59
            months={months}
60
            months={months}
60
          />
61
          />
-
 
62
          <Educations educations={userEducations} userId={userIdEncrypted} />
61
          <div className="user-profile-extended-ov">
63
          <div className="user-profile-extended-ov">
62
            <h3>{labels.EDUCATION}</h3>
64
            <h3>{labels.EDUCATION}</h3>
63
            {!userEducations.length ? (
65
            {!userEducations.length ? (
64
              <EmptySection align="left" message={labels.EMPTY} />
66
              <EmptySection align="left" message={labels.EMPTY} />
65
            ) : (
67
            ) : (