reiji-h 2 năm trước cách đây
mục cha
commit
3a09389393
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>