Skip to content

Commit

Permalink
💄 included_table.js loses var cells (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa authored Dec 2, 2024
1 parent c7d09ce commit 4de6044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/included_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function tabulateIntoIncludedTable(data, id, opts) {

var rows = tbody.selectAll('tr').data(data).enter().append('tr');

var cells = rows
rows
.selectAll('td')
.data((row) => {
return columns.map((column) => {
Expand Down

0 comments on commit 4de6044

Please sign in to comment.