dev_forum
hjm 5 years ago
parent e23f71b36e
commit 306240a2c5

@ -63,6 +63,10 @@ class Infos extends Component{
login:this.props.current_user.login
})
}
} else {
if (prevProps.match.params.username != this.props.match.params.username) {
this.getInfo(this.props.match.params.username);
}
}
}

Loading…
Cancel
Save