reiji-h 2 年之前
父節點
當前提交
3a09389393
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/app/src/components/PagePresentationModal.tsx

+ 1 - 1
apps/app/src/components/PagePresentationModal.tsx

@@ -88,7 +88,7 @@ const PagePresentationModal = (): JSX.Element => {
               },
               isDarkMode,
             }}
-            isEnabledMarp = {isEnabledMarp}
+            isEnabledMarp = {isEnabledMarp as boolean}
           >
             {markdown}
           </Presentation>