瀏覽代碼

refactor classname table with edit button

jam411 3 年之前
父節點
當前提交
ca12e70ed3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/app/src/components/ReactMarkdownComponents/TableWithEditButton.tsx

+ 1 - 1
packages/app/src/components/ReactMarkdownComponents/TableWithEditButton.tsx

@@ -43,7 +43,7 @@ export const TableWithEditButton = React.memo((props: TableWithEditButtonProps):
           <i className="icon-note"></i>
         </button>
       )}
-      <table className={`${className}`}>
+      <table className={className}>
         {children}
       </table>
     </div>