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;