This commit is contained in:
parent
05c6a90553
commit
e2b9f16f60
|
|
@ -221,7 +221,7 @@ class Activity extends Component{
|
|||
codeStatus.authors.map((i,v)=>{
|
||||
return(
|
||||
i.author ?
|
||||
(!i.author.login && !i.author.email) ?
|
||||
!i.author.id ?
|
||||
<span>
|
||||
<img src={getImageUrl(i.author && i.author.image_url)} width="38px" alt=""/>
|
||||
<Tooltip title={i.author && i.author.name} placement="bottom"><span>{i.author && i.author.name}</span></Tooltip>
|
||||
|
|
|
|||
Loading…
Reference in New Issue