Baugruppenträgger
This commit is contained in:
@@ -87,8 +87,7 @@ function Dashboard() {
|
||||
const slots = kueVersion.slice(i * 8, (i + 1) * 8);
|
||||
|
||||
baugruppen.push(
|
||||
<div key={i} className="flex bg-white shadow-md rounded-lg p-4 mb-4">
|
||||
<h2 className="text-lg font-bold mr-4">Baugruppenträger {i + 1}</h2>
|
||||
<div key={i} className="flex bg-white shadow-md rounded-lg p-2">
|
||||
<div className="flex gap-2">
|
||||
{slots.map((version, index) => {
|
||||
const slotNumber = i * 8 + index + 1;
|
||||
|
||||
Reference in New Issue
Block a user