diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 89b18ea8..f93051f7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,8 @@ - + + - + - - + + - + @@ -330,7 +330,7 @@ - + @@ -736,46 +736,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -786,57 +746,94 @@ - + - - + + + + + - + - - + + + + + + + + + + + + - - + - + + + + + + + + + + + + + + + + + - + - + - - + + - - - + + + + + + + + + + + + diff --git a/src/forge/Main/Detail.js b/src/forge/Main/Detail.js index ce0952e4..044b0bd1 100644 --- a/src/forge/Main/Detail.js +++ b/src/forge/Main/Detail.js @@ -243,7 +243,6 @@ class Detail extends Component{ const url = `/projects/${project_id}/forks.json`; axios.post(url).then(result=>{ if (result && result.data.status === 0) { - // if (result.data.status === 0) { this.props.history.push(`/projects/${result.data.id}/coders`); this.props.showNotification(result.data.message); this.setState({ @@ -312,7 +311,7 @@ class Detail extends Component{ { projectDetail && projectDetail.forked_from_project_id && projectDetail.fork_info ?
- Forked From + forked from {projectDetail.fork_info.fork_project_user_name} /