Progression und additional specific text placeholders #58
|
|
@ -1149,7 +1149,7 @@ export default function ProgressionGraphEditor({ graphId, embedded = false, onSa
|
|||
|
||||
{draft.slots.map((slot, idx) => (
|
||||
<ProgressionSlotCard
|
||||
key={`slot-${idx}-${slot.learning_goal?.slice(0, 12) || 'x'}`}
|
||||
key={`slot-${idx}`}
|
||||
slot={slot}
|
||||
slotIndex={idx}
|
||||
slotCount={draft.slots.length}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user