Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5768 Rev 5772
Línea 37... Línea 37...
37
      .then(resp => console.log(resp))
37
      .then(resp => console.log(resp))
38
      .catch(err => console.log(err))
38
      .catch(err => console.log(err))
Línea 39... Línea 39...
39
 
39
 
Línea 40... Línea -...
40
  }, []);
-
 
41
 
-
 
42
  useEffect(() => {
-
 
43
    if (cover) {
-
 
44
      setCoverPath(`/storage/type/company-cover/code/${companyId}/filename/${cover}`)
-
 
45
    }
-
 
46
 
-
 
47
  }, [cover]);
40
  }, []);
48
 
41
 
49
  return (
42
  return (
50
    <>
43
    <>
51
      <section className="content-header">
44
      <section className="content-header">
Línea 55... Línea 48...
55
              <h1>Perfil</h1>
48
              <h1>Perfil</h1>
56
            </div>
49
            </div>
57
          </div>
50
          </div>
58
        </div>
51
        </div>
59
      </section>
52
      </section>
60
      <input type="text" name="test" id="test" style="display: none" />
-
 
61
      <div className="row">
-
 
62
        <div className="col-12">
-
 
63
          <section className="cover-sec">
-
 
64
            <img
-
 
65
              id="user-cover-img"
-
 
66
              src=''
-
 
67
              alt=""
-
 
68
            />
-
 
69
            <div className="add-pic-box change-cover-image">
-
 
70
              <div className="container">
-
 
71
                <div className="row no-gutters">
-
 
72
                  <div className="col-lg-12 col-sm-12">
-
 
73
                    <a href="#" className="btn-cover-open">
-
 
74
                      <i className="fa fa-camera"></i>
-
 
75
                    </a>
-
 
76
                  </div>
-
 
77
                </div>
-
 
78
              </div>
-
 
79
            </div>
-
 
80
          </section>
-
 
81
        </div>
-
 
82
      </div>
-
 
83
    </>
53
    </>
84
  )
54
  )
85
}
55
}
Línea 86... Línea 56...
86
 
56
 
87
export default ProfileView
57
export default ProfileView