Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5489 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5489 Rev 5490
Línea 10... Línea 10...
10
import Location from '../../../components/location/Location'
10
import Location from '../../../components/location/Location'
11
import Languages from '../../../components/languages/Languages'
11
import Languages from '../../../components/languages/Languages'
12
import Skills from '../../../components/skills/Skills'
12
import Skills from '../../../components/skills/Skills'
13
import Aptitudes from '../../../components/aptitudes/Aptitudes'
13
import Aptitudes from '../../../components/aptitudes/Aptitudes'
14
import HobbiesAndInterests from '../../../components/hobbies-and-interests/HobbiesAndInterests'
14
import HobbiesAndInterests from '../../../components/hobbies-and-interests/HobbiesAndInterests'
-
 
15
import Cover from '../../../../shared/cover/Cover'
Línea 15... Línea 16...
15
 
16
 
16
const View = ({
17
const View = ({
17
  userIdEncrypted,
18
  userIdEncrypted,
18
  cover,
19
  cover,
Línea 37... Línea 38...
37
    dispatch(setIntlLabels(labels))
38
    dispatch(setIntlLabels(labels))
38
  }, [])
39
  }, [])
Línea 39... Línea 40...
39
 
40
 
40
  return (
41
  return (
41
    <>
-
 
42
      <section className="cover-sec">
-
 
43
        <img
-
 
44
          id="user-cover-img"
42
    <>
45
          src={`/storage/type/user-cover/code/${userIdEncrypted}/${
-
 
46
            cover ? `filename/${cover}` : ''
-
 
47
          }`}
-
 
48
          alt=""
-
 
49
        />
-
 
50
      </section>
43
      <Cover cover={cover} id={userIdEncrypted} type="user" />
51
      <main className="main-section-data container px-0">
44
      <main className="main-section-data container px-0">
52
        <ProfileInfo
45
        <ProfileInfo
53
          {...profileProps}
46
          {...profileProps}
54
          id={userIdEncrypted}
47
          id={userIdEncrypted}