diff --git a/servers/nextjs/app/(presentation-generator)/presentation/components/SidePanel.tsx b/servers/nextjs/app/(presentation-generator)/presentation/components/SidePanel.tsx index d50a61b8..3b02dfdb 100644 --- a/servers/nextjs/app/(presentation-generator)/presentation/components/SidePanel.tsx +++ b/servers/nextjs/app/(presentation-generator)/presentation/components/SidePanel.tsx @@ -256,6 +256,7 @@ const SidePanel = ({ selectedSlide={selectedSlide} onSlideClick={onSlideClick} /> + ))} diff --git a/servers/nextjs/app/(presentation-generator)/presentation/components/SortableListItem.tsx b/servers/nextjs/app/(presentation-generator)/presentation/components/SortableListItem.tsx index c357b008..6007ce7c 100644 --- a/servers/nextjs/app/(presentation-generator)/presentation/components/SortableListItem.tsx +++ b/servers/nextjs/app/(presentation-generator)/presentation/components/SortableListItem.tsx @@ -57,9 +57,7 @@ export function SortableListItem({ slide, index, selectedSlide, onSlideClick }: }`} > Slide {index + 1} -
- {slide.content.title} -
+ ); } \ No newline at end of file