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 0513c90b..dca9dbd7 100644 --- a/src/forge/Main/Detail.js +++ b/src/forge/Main/Detail.js @@ -245,8 +245,8 @@ class Detail extends Component{ if (result) { if (result.data.status === 0) { this.props.history.push(`/projects/${result.data.id}/coders`); + this.props.showNotification(result.data.message); } - this.props.showNotification(result.data.message); this.setState({ isSpin:false }) @@ -322,7 +322,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} /