Skip to content

Commit

Permalink
fix: use td
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Jul 12, 2024
1 parent 617c05a commit 47650a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/transform/tables-to-jsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const visitor = (table: Table, index: number, parent: Parents) => {
children: row.children.map((cell, index) => {
return {
type: 'mdxJsxFlowElement',
name: 'th',
name: 'td',
children: cell.children,
attributes: [styles[index]],
};
Expand Down

0 comments on commit 47650a4

Please sign in to comment.