From c55cec046a3bb7c71aa02d119af4b1d858d4dbdd Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 28 Apr 2025 12:02:49 +0200 Subject: [PATCH] =?UTF-8?q?Digitale=20eing=C3=A4nge=20in=20Laptop=20Aufl?= =?UTF-8?q?=C3=B6sung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/main/einausgaenge/DigitalInputs.tsx | 6 +++--- config/webVersion.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/main/einausgaenge/DigitalInputs.tsx b/components/main/einausgaenge/DigitalInputs.tsx index de59279..f094e58 100644 --- a/components/main/einausgaenge/DigitalInputs.tsx +++ b/components/main/einausgaenge/DigitalInputs.tsx @@ -57,7 +57,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) { {input.eingangOffline ? (
- +
@@ -66,7 +66,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
) : input.status ? (
- +
@@ -75,7 +75,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
) : (
- +
diff --git a/config/webVersion.ts b/config/webVersion.ts index 6b18f8d..f913e03 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.290"; +const webVersion = "1.6.291"; export default webVersion;