soumaeda před 2 roky
rodič
revize
56b7f4b21f

+ 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}