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 c4f8aac commit b60ae62Copy full SHA for b60ae62
src/js/components/notification.js
@@ -18,7 +18,7 @@ var Notification = React.createClass({
18
openBrowser: function () {
19
var url = this.props.notification.subject.url.replace('api.github.com/repos', 'www.github.com');
20
if (url.indexOf("/pulls/") != -1) {
21
- url = url.replace("/pulls/", "/pull/")
+ url = url.replace("/pulls/", "/pull/");
22
}
23
shell.openExternal(url);
24
},
0 commit comments