renamed folder, other fixes

This commit is contained in:
vman 2016-09-15 10:19:20 +01:00
parent 97898794ff
commit 8262be7984
53 changed files with 0 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -68,7 +68,6 @@ export default class OrganisationChart extends React.Component<IOrganisationChar
<button className={styles['ms-OrgChart-listItemBtn']} onClick={() => this.onProfileLinkClick(manager.PersonalUrl) }>
<div className="ms-Persona">
<div className="ms-Persona-imageArea">
<i className="ms-Persona-placeholder ms-Icon ms-Icon--person"></i>
<img className="ms-Persona-image" src={ this.getProfilePhoto(manager.PictureUrl) }></img>
</div>
<div className="ms-Persona-details">
@ -87,7 +86,6 @@ export default class OrganisationChart extends React.Component<IOrganisationChar
<button className={styles['ms-OrgChart-listItemBtn']} onClick={() => this.onProfileLinkClick(this.state.user.PersonalUrl) }>
<div className="ms-Persona">
<div className="ms-Persona-imageArea">
<i className="ms-Persona-placeholder ms-Icon ms-Icon--person"></i>
<img className="ms-Persona-image" src={ this.getProfilePhoto(this.state.user.PictureUrl) }></img>
</div>
<div className="ms-Persona-details">
@ -107,7 +105,6 @@ export default class OrganisationChart extends React.Component<IOrganisationChar
<button className={styles['ms-OrgChart-listItemBtn']} onClick={() => this.onProfileLinkClick(report.PersonalUrl) }>
<div className="ms-Persona">
<div className="ms-Persona-imageArea">
<i className="ms-Persona-placeholder ms-Icon ms-Icon--person"></i>
<img className="ms-Persona-image" src={ this.getProfilePhoto(report.PictureUrl) }></img>
</div>
<div className="ms-Persona-details">