Merge branch 'gitlink_server' of http://106.75.45.236:3000/Gitlink/forgeplus-react into feature_bot

This commit is contained in:
谢思 2023-01-12 14:02:06 +08:00
commit 7e30ffbc1c
1 changed files with 1 additions and 1 deletions

View File

@ -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>