From bfe4348da94dcfa8600c1133f928bb9c11a3c967 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:56 +0200 Subject: [PATCH] prettier --- static/webui/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) {