|
|
|
@ -144,7 +144,7 @@ class Completetaskpage extends Component {
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if(response.data.status===0){
|
|
|
|
|
this.props.showNotification(response.data.message)
|
|
|
|
|
window.location.href=`/users/${this.props.current_user.user_id}/topics/personal`;
|
|
|
|
|
window.location.href=`/users/${this.props.current_user.login}/topics/personal`;
|
|
|
|
|
}else{
|
|
|
|
|
this.props.showNotification(response.data.message)
|
|
|
|
|
}
|
|
|
|
|