diff --git a/src/forge/users/Infos.js b/src/forge/users/Infos.js index 8c9421449..b2933dfa8 100644 --- a/src/forge/users/Infos.js +++ b/src/forge/users/Infos.js @@ -137,7 +137,7 @@ class Infos extends Component { render() { - const { current_user, mygetHelmetapi } = this.props; + const { current_user, main_web_site_url } = this.props; const { username } = this.props.match.params; const { user, isSpin, project_type, route_type } = this.state; @@ -167,10 +167,7 @@ class Infos extends Component {