We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3ca7d commit b816845Copy full SHA for b816845
app/dashboard/view/workspace/card/Card.js
@@ -119,7 +119,7 @@ class Card extends Component {
119
event.preventDefault();
120
event.stopPropagation();
121
const { ownerGlobalKey, repoUrl } = this.props;
122
- const repoHref = `${config.devOrigin}/u/}/p/${repoUrl.split('/').pop().split('.').join('/')}`;
+ const repoHref = `${config.devOrigin}/u/${ownerGlobalKey}/p/${repoUrl.split('/').pop().split('.').join('/')}`;
123
window.open(repoHref);
124
}
125
0 commit comments