diff --git a/src/controllers/dashboard/plugins/repositories/index.js b/src/controllers/dashboard/plugins/repositories/index.js index 503e3ecf45..d9188cd3a2 100644 --- a/src/controllers/dashboard/plugins/repositories/index.js +++ b/src/controllers/dashboard/plugins/repositories/index.js @@ -52,6 +52,8 @@ function populateList(options) { html += ''; if (!options.repositories.length) { options.noneElement.classList.remove('hide'); + } else { + options.noneElement.classList.add('hide'); } options.listElement.innerHTML = html;