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