reiji-h 2 лет назад
Родитель
Сommit
923b50b268
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}
           >
             {markdown}
           </Presentation>