From 4afac406e2114c24809575a473915ea6a4af29da Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Mon, 11 Nov 2024 21:52:21 -0500 Subject: [PATCH] Tsx break on Action build --- react/src/JackHostStatus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/src/JackHostStatus.tsx b/react/src/JackHostStatus.tsx index 673a00d..52b92dc 100644 --- a/react/src/JackHostStatus.tsx +++ b/react/src/JackHostStatus.tsx @@ -88,7 +88,7 @@ export default class JackHostStatus { } return (
{label} - {(status.cpuFreqMin != 0 || status.cpuFreqMax != 0) && + {(status.cpuFreqMin !== 0 || status.cpuFreqMax !== 0) && ( {