diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 05d93f1..b5b9081 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -856,7 +856,7 @@ } } - if (!statusData.msg == operationalText) { + if (statusData.msg != operationalText) { statusIcon.classList = ("fa-solid fa-triangle-exclamation") } else { statusIcon.classList = ("fa-solid fa-check")