Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rgravitvl committed Dec 7, 2023
1 parent 5c0950b commit 1e7b280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/importer/transformers/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const createAllColumns = (allColumns, document, noOfColumn) => {
cells.splice(0, 1); cells.push([updatedString]);
}
[...container.children].forEach((childItem) => {
render[item.className](childItem, row, document);
render[childItem.className](childItem, row, document);
});
}
} else if (element.className !== 'articlecard') {
Expand Down

0 comments on commit 1e7b280

Please sign in to comment.