From 9000d5da719683cb4ca346d8ef11c876a6f2fce2 Mon Sep 17 00:00:00 2001 From: zain94rif Date: Tue, 14 Apr 2026 14:24:06 +0700 Subject: [PATCH] add space --- src/components/Global/MqttConnection.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Global/MqttConnection.jsx b/src/components/Global/MqttConnection.jsx index daff95b..cc401f2 100644 --- a/src/components/Global/MqttConnection.jsx +++ b/src/components/Global/MqttConnection.jsx @@ -135,7 +135,6 @@ const setValSvg = (listenTopic, svg) => { // el.setAttribute('text-anchor', 'middle'); // el.setAttribute('x', '10%'); // } - if (typeof value === 'boolean') { handleBoolean(svg, el, value); } else if (!isNaN(value)) {