Просмотр исходного кода

refactor classname table with edit button

jam411 3 лет назад
Родитель
Сommit
ca12e70ed3

+ 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>