From 2c034f5dff6e2f783f6a500a3318bceb3cb31590 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 9 Mar 2021 14:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B5=84=E6=96=99-url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/users/Infos.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 {