diff --git a/static/webui/script.js b/static/webui/script.js index 7465e92f..f4abcb9f 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -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]) {