Skip to content

Commit 67e55c8

Browse files
committed
Update filebrowser.js
1 parent 53281b8 commit 67e55c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async function renderSidebarHTML() {
103103

104104

105105
// if repo obj dosen't exist
106-
if (!repoObj) {
106+
if (!repoObj || !repoObj.defaultBranch) {
107107

108108
// get repo obj from git
109109
// and save to modified repos

0 commit comments

Comments
 (0)