From 9e3de09c758567f4a5e4cc4246c366e8752c286a Mon Sep 17 00:00:00 2001 From: ISA Date: Sun, 29 Sep 2024 12:26:32 +0200 Subject: [PATCH] =?UTF-8?q?Baugruppentr=C3=A4gger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/dashboard/page.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/dashboard/page.jsx b/app/dashboard/page.jsx index 62bb1ff..9d77117 100644 --- a/app/dashboard/page.jsx +++ b/app/dashboard/page.jsx @@ -87,8 +87,7 @@ function Dashboard() { const slots = kueVersion.slice(i * 8, (i + 1) * 8); baugruppen.push( -
-

Baugruppenträger {i + 1}

+
{slots.map((version, index) => { const slotNumber = i * 8 + index + 1;