Skip to content

Commit

Permalink
🐛 show table parse errors on preview page
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Oct 30, 2023
1 parent e48b3e3 commit c7eb253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@ourworldindata/utils/src/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,7 @@ export function traverseEnrichedBlocks(
})
})
.with({ type: "table" }, (table) => {
callback(table)
table.rows.forEach((row) => {
row.cells.forEach((cell) => {
cell.content.forEach((node) => {
Expand Down

0 comments on commit c7eb253

Please sign in to comment.