Sfoglia il codice sorgente

134432 remove extra lines

soumaeda 2 anni fa
parent
commit
829cd11769

+ 0 - 1
packages/editor/src/components/CodeMirrorEditor/Toolbar/Toolbar.tsx

@@ -20,7 +20,6 @@ type Props = {
 export const Toolbar = memo((props: Props): JSX.Element => {
 export const Toolbar = memo((props: Props): JSX.Element => {
 
 
   const { editorKey, onFileOpen, acceptedFileType } = props;
   const { editorKey, onFileOpen, acceptedFileType } = props;
-
   return (
   return (
     <div className={`d-flex gap-2 p-2 codemirror-editor-toolbar ${styles['codemirror-editor-toolbar']}`}>
     <div className={`d-flex gap-2 p-2 codemirror-editor-toolbar ${styles['codemirror-editor-toolbar']}`}>
       <AttachmentsDropup onFileOpen={onFileOpen} acceptedFileType={acceptedFileType} />
       <AttachmentsDropup onFileOpen={onFileOpen} acceptedFileType={acceptedFileType} />