We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2501695 commit 52f99f4Copy full SHA for 52f99f4
links.js
@@ -29,7 +29,7 @@ function createLink(linkData) {
29
30
branch = '';
31
32
- } else {
+ } else if (branch) {
33
34
branch = ':' + branch;
35
0 commit comments