Fix shell links
This commit is contained in:
parent
a33dd0108d
commit
d2cf1cbd0e
@ -41,8 +41,6 @@ export default class DappLink extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onClick = () => {
|
onClick = () => {
|
||||||
const { to } = this.props;
|
window.parent.location.hash = this.props.to;
|
||||||
|
|
||||||
window.parent.location.hash = `/app${to}`;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user