浏览代码

134432 remove extra lines

soumaeda 2 年之前
父节点
当前提交
829cd11769
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/editor/src/components/CodeMirrorEditor/Toolbar/Toolbar.tsx

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

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