소스 검색

chore: fix lint

yukendev 2 년 전
부모
커밋
4caa04bb75
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/editor/src/components/CodeMirrorEditor/Toolbar/DiagramButton.tsx

+ 2 - 2
packages/editor/src/components/CodeMirrorEditor/Toolbar/DiagramButton.tsx

@@ -3,8 +3,8 @@ import { useCallback } from 'react';
 import { useDrawioModalForEditor } from '../../../stores/use-drawio';
 
 type Props = {
-  editorKey: string;
-};
+  editorKey: string,
+}
 
 export const DiagramButton = (props: Props): JSX.Element => {
   const { editorKey } = props;