Browse Source

fix comment line

AykutSarac 3 năm trước cách đây
mục cha
commit
449bacd9db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/containers/Editor/index.tsx

+ 1 - 1
src/containers/Editor/index.tsx

@@ -46,7 +46,7 @@ export const Editor: React.FC = () => {
     <Styles.StyledPageWrapper>
       <Sidebar />
       <Styles.StyledEditorWrapper>
-        { // @ts-ignore }
+        {/* @ts-ignore */}
         <Styles.StyledEditor
           maxSize={800}
           minSize={300}