Skip to content

Commit 64f13a5

Browse files
authored
Update filebrowser.js
1 parent cd0bda2 commit 64f13a5

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
@@ -464,7 +464,7 @@ async function renderSidebarHTML() {
464464
let renderedRepos = {};
465465

466466
// if repositories exist
467-
if (resp.length > 0) {
467+
if (resp.length > 0 || Object.keys(modifiedRepos).length > 0) {
468468

469469
// show search button
470470
searchButton.classList.remove('hidden');

0 commit comments

Comments
 (0)