diff --git a/public/react/src/modules/user/usersInfo/Infos.js b/public/react/src/modules/user/usersInfo/Infos.js index 49e84efa7..a76d98628 100644 --- a/public/react/src/modules/user/usersInfo/Infos.js +++ b/public/react/src/modules/user/usersInfo/Infos.js @@ -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); + } } }