Merge branch 'gitlink_server' of http://106.75.45.236:3000/Gitlink/forgeplus-react into feature_bot
This commit is contained in:
commit
7e30ffbc1c
|
|
@ -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