mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 02:08:47 +00:00
show user's profile image
This commit is contained in:
parent
c356dd18fa
commit
1c81ae1663
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user