|
@@ -36,7 +36,7 @@ class ProfileImageSettings extends React.Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
render() {
|
|
render() {
|
|
|
- const { t, personalContainer, appContainer } = this.props;
|
|
|
|
|
|
|
+ const { t, personalContainer } = this.props;
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<React.Fragment>
|
|
<React.Fragment>
|
|
@@ -85,14 +85,7 @@ class ProfileImageSettings extends React.Component {
|
|
|
<label className="col-sm-4 control-label">
|
|
<label className="col-sm-4 control-label">
|
|
|
{ t('Current Image') }
|
|
{ t('Current Image') }
|
|
|
</label>
|
|
</label>
|
|
|
- <div className="col-sm-8">
|
|
|
|
|
- <p>
|
|
|
|
|
- <img src={appContainer.currentUser.imageAttachment.filePathProxied} className="picture picture-lg img-circle" id="settingUserPicture" /><br />
|
|
|
|
|
- </p>
|
|
|
|
|
- <p>
|
|
|
|
|
- <button type="button" className="btn btn-danger">{ t('Delete Image') }</button>
|
|
|
|
|
- </p>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ {/* TDOO GW-1198 uproad profile image */}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|