diff --git a/src/forge/users/Infos.js b/src/forge/users/Infos.js index 0965d27a..62662721 100644 --- a/src/forge/users/Infos.js +++ b/src/forge/users/Infos.js @@ -137,7 +137,9 @@ class Infos extends Component { render() { - const { current_user, main_web_site_url } = this.props; + let settings = JSON.parse(localStorage.chromesetting); + let main_web_site_url = settings.main_web_site_url; + const { current_user } = this.props; const { username } = this.props.match.params; const { user, isSpin, project_type, route_type } = this.state; @@ -167,7 +169,7 @@ class Infos extends Component {