diff --git a/frontend/src/components/ui/TrainingTab.tsx b/frontend/src/components/ui/TrainingTab.tsx index 547e284..97c867d 100644 --- a/frontend/src/components/ui/TrainingTab.tsx +++ b/frontend/src/components/ui/TrainingTab.tsx @@ -744,20 +744,23 @@ export default function TrainingTab() { const isDraft = drawingBox && index === visibleBoxes.length - 1 return ( - + ) })}