forked from Gitlink/forgeplus-react
合并请求:冲突文件的显示换行
This commit is contained in:
parent
79996bd185
commit
1cdf316852
|
@ -280,7 +280,7 @@ class MessageCount extends Component {
|
|||
<p>
|
||||
{
|
||||
conflict_files.map((i,k)=>{
|
||||
return k>0 ? ","+i : i
|
||||
return <p>{i}</p>
|
||||
})
|
||||
}
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue