修改了change_blockchain_type函数
This commit is contained in:
parent
806b0e5438
commit
88087b4d62
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue