prettier
All checks were successful
Build / build (push) Successful in 43s
Build / build (pull_request) Successful in 45s

This commit is contained in:
Sainan 2025-06-07 02:21:56 +02:00
parent 8783678033
commit bfe4348da9

View File

@ -365,7 +365,7 @@ function fetchItemList() {
.appendChild(option);
}
} else if (item.badReason != "notraw") {
const ambiguous = (nameToItems[item.name].length > 1);
const ambiguous = nameToItems[item.name].length > 1;
let canDisambiguate = true;
if (ambiguous) {
for (const i2 of nameToItems[item.name]) {