diff --git a/src/military/expert/expertUser/taskDetail/index.jsx b/src/military/expert/expertUser/taskDetail/index.jsx index 4224b100..63a301aa 100644 --- a/src/military/expert/expertUser/taskDetail/index.jsx +++ b/src/military/expert/expertUser/taskDetail/index.jsx @@ -169,7 +169,6 @@ function ReviewTasks({ showNotification, match, history, current_user }) { let dataArr = []; if (data && Array.isArray(data.rows)) { for (const item of data.rows) { - console.log(item); dataArr.push({ comments: "", expertId: current_user.expertId,