diff --git a/electron/servers/nextjs/app/(presentation-generator)/(dashboard)/dashboard/components/PresentationCard.tsx b/electron/servers/nextjs/app/(presentation-generator)/(dashboard)/dashboard/components/PresentationCard.tsx
index 87658cf4..87ce0d75 100644
--- a/electron/servers/nextjs/app/(presentation-generator)/(dashboard)/dashboard/components/PresentationCard.tsx
+++ b/electron/servers/nextjs/app/(presentation-generator)/(dashboard)/dashboard/components/PresentationCard.tsx
@@ -111,7 +111,7 @@ export const PresentationCard = ({
-
+
diff --git a/electron/servers/nextjs/app/(presentation-generator)/components/PresentationRender.tsx b/electron/servers/nextjs/app/(presentation-generator)/components/PresentationRender.tsx
index 855dcf1f..fc37153d 100644
--- a/electron/servers/nextjs/app/(presentation-generator)/components/PresentationRender.tsx
+++ b/electron/servers/nextjs/app/(presentation-generator)/components/PresentationRender.tsx
@@ -12,7 +12,8 @@ const SlideScale = ({
isEditMode = true,
/** Fill viewport; scale may exceed 1 so slides appear larger in present mode */
presentMode = false,
-}: { slide: any; theme?: any; isEditMode?: boolean; presentMode?: boolean }) => {
+ isClickable = true,
+}: { slide: any; theme?: any; isEditMode?: boolean; presentMode?: boolean; isClickable?: boolean }) => {
const containerRef = useRef
(null);
const [box, setBox] = useState({ w: 0, h: 0 });
@@ -76,11 +77,11 @@ const SlideScale = ({
} as React.CSSProperties}
>
- {isClickable && */}
+ />}