soumaeda 2 лет назад
Родитель
Сommit
56b7f4b21f
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      apps/app/src/components/PageEditor/DrawioModal.tsx

+ 0 - 1
apps/app/src/components/PageEditor/DrawioModal.tsx

@@ -120,7 +120,6 @@ export const DrawioModal = (): JSX.Element => {
     };
   }, [isOpened, isOpenedInEditor, receiveMessageHandler]);
 
-
   return (
     <Modal
       isOpen={isOpened || isOpenedInEditor}