diff --git a/config/webVersion.ts b/config/webVersion.ts
index 223e5e1..1a1a548 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.60";
+const webVersion = "1.6.61";
export default webVersion;
diff --git a/pages/dashboard.tsx b/pages/dashboard.tsx
index 7f5c252..97bb4a3 100644
--- a/pages/dashboard.tsx
+++ b/pages/dashboard.tsx
@@ -1,4 +1,4 @@
-"use client";
+"use client"; //pages/dashboard.tsx
import React, { useEffect } from "react";
import { useRouter } from "next/navigation";
import "tailwindcss/tailwind.css";
@@ -31,14 +31,13 @@ const Dashboard: React.FC = () => {
-
-
-
+
{/* Jetzt holt sich Baugruppentraeger die Werte selbst aus Redux */}