diff --git a/apps/web/src/components/editor/preview-panel.tsx b/apps/web/src/components/editor/preview-panel.tsx index bbd112c..2809a8a 100644 --- a/apps/web/src/components/editor/preview-panel.tsx +++ b/apps/web/src/components/editor/preview-panel.tsx @@ -267,12 +267,9 @@ export function PreviewPanel() { ) )} - ) : ( - <> - {/* Empty div so toolbar stays at the bottom */} -
- - )} + ) : null} + +