mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 21:25:04 +00:00
show user's profile image
This commit is contained in:
@@ -85,7 +85,7 @@ class user extends Component {
|
|||||||
) : (<p> loading topics...</p>);
|
) : (<p> loading topics...</p>);
|
||||||
|
|
||||||
let imageMarkup = this.state.imageUrl ? (
|
let imageMarkup = this.state.imageUrl ? (
|
||||||
<img
|
<img
|
||||||
src={this.state.imageUrl}
|
src={this.state.imageUrl}
|
||||||
height="250"
|
height="250"
|
||||||
width="250"
|
width="250"
|
||||||
|
|||||||
Reference in New Issue
Block a user