Hotfix forks text showing when it shouldn't
All checks were successful
Build & Test / build-run (push) Successful in 40s
All checks were successful
Build & Test / build-run (push) Successful in 40s
This commit is contained in:
parent
969538b8b4
commit
1057bf80dc
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ function createInstanceSelectOptions() {
|
|||
preferredList.appendChild(constructOptionFromInstance(instance));
|
||||
}
|
||||
|
||||
forksDiv.hidden = forks === undefined;
|
||||
forksDiv.hidden = forks === undefined || forks?.list.length === 0;
|
||||
if (forks) {
|
||||
forkOfSpan.innerText = getName(knownSoftware, forks.of) ?? forks.of;
|
||||
for (const instance of forks.list) {
|
||||
|
|
Loading…
Add table
Reference in a new issue