Skip to content

Commit baa2932

Browse files
committed
fix new violation
1 parent 62180bd commit baa2932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2977,7 +2977,7 @@ function initVueComponents() {
29772977
return `octicon-repo-template${repo.private ? '-private' : ''}`;
29782978
} else if (repo.private) {
29792979
return 'octicon-lock';
2980-
} if (repo.internal) {
2980+
} else if (repo.internal) {
29812981
return 'octicon-internal-repo';
29822982
}
29832983
return 'octicon-repo';

0 commit comments

Comments
 (0)