From 88087b4d6287fd144eb4ff8114e8c413dc9f09bc Mon Sep 17 00:00:00 2001 From: zhangxunhui Date: Mon, 30 Jan 2023 20:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86change=5Fblockchain?= =?UTF-8?q?=5Ftype=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/users/Infos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/users/Infos.js b/src/forge/users/Infos.js index 562843bed..b37caa3ce 100644 --- a/src/forge/users/Infos.js +++ b/src/forge/users/Infos.js @@ -206,7 +206,7 @@ class Infos extends Component { project_type: type , route_type: undefined }) - this.props.history.push(`/users/${user && user.login}/blockchain/${type}`); + this.props.history.push(`/${user && user.login}/blockchain/${type}`); } undo_link = () => {