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;