Browse Source

fix lint error

Shun Miyazawa 6 months ago
parent
commit
296fcc736b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/remark-drawio/src/components/DrawioViewer.tsx

+ 2 - 2
packages/remark-drawio/src/components/DrawioViewer.tsx

@@ -23,8 +23,8 @@ declare global {
 }
 }
 
 
 export type DrawioViewerProps = {
 export type DrawioViewerProps = {
-  isDarkMode: boolean
-  diagramIndex: number
+  isDarkMode: boolean;
+  diagramIndex: number;
   bol: number;
   bol: number;
   eol: number;
   eol: number;
   children?: ReactNode;
   children?: ReactNode;