Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5562 Rev 5563
Línea 57... Línea 57...
57
            follower={profile.follower}
57
            follower={profile.follower}
58
            following={profile.following}
58
            following={profile.following}
59
            image={profile.image}
59
            image={profile.image}
60
            imageProfileCover={sizes.image}
60
            imageProfileCover={sizes.image}
61
            profileId={profileId}
61
            profileId={profileId}
62
            profileType="profile"
62
            profileType="user"
63
          />
63
          />
64
        </aside>
64
        </aside>
65
        <div className="feed-section">
65
        <div className="feed-section">
66
          <h2>{profile.fullName}</h2>
66
          <h2>{profile.fullName}</h2>
67
          <Overview isEdit overview={overview} userId={profile.uuid} />
67
          <Overview isEdit overview={overview} userId={profile.uuid} />