Skip to content

Commit 70e351b

Browse files
Update app.js
Co-Authored-By: jamie29w <jamie29w@gmail.com>
1 parent 921ab09 commit 70e351b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function initializeExtension() {
3434
// and the page is not a new issue page
3535
// and there is no Kamino button in the DOM, proceed
3636
if (urlObj.url.indexOf(`${urlObj.organization}/${urlObj.currentRepo}/compare/`) < 0 &&
37-
urlObj.url.indexOf`(${urlObj.organization}/${urlObj.currentRepo}/pull/`) < 0 &&
37+
urlObj.url.indexOf(`${urlObj.organization}/${urlObj.currentRepo}/pull/`) < 0 &&
3838
urlObj.url.indexOf(`${urlObj.organization}/${urlObj.currentRepo}/issues/new`) < 0 &&
3939
$('.kaminoButton').length === 0) {
4040

0 commit comments

Comments
 (0)