1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

change review comment (#3128)

This commit is contained in:
Michael An
2019-03-18 16:22:50 +08:00
committed by Daniel Pan
parent 9b0ef5ed6b
commit d3f16e473f

View File

@@ -32,7 +32,6 @@ class ReviewComments extends React.Component {
listComments = (scroll) => { listComments = (scroll) => {
seafileAPI.listComments(draftRepoID, draftFilePath).then((response) => { seafileAPI.listComments(draftRepoID, draftFilePath).then((response) => {
response.data.comments.reverse();
let commentList = []; let commentList = [];
response.data.comments.forEach(item => { response.data.comments.forEach(item => {
let commentItem = new reviewComment(item); let commentItem = new reviewComment(item);