From dd0ec52babd3c2b4a1dfcc37cce00c04de2eddc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20=C5=9Eanl=C4=B1?= Date: Tue, 26 Sep 2023 12:57:21 +0300 Subject: [PATCH] fixed static label name --- src/widgets/octoprint/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/octoprint/component.jsx b/src/widgets/octoprint/component.jsx index e410d463..758c0aa8 100644 --- a/src/widgets/octoprint/component.jsx +++ b/src/widgets/octoprint/component.jsx @@ -10,7 +10,7 @@ export default function Component({ service }) { if (printerStatsError && jobStats && jobStats.state==="Offline") { return - + }