@cehappdev/ceh-view-markdown
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -111,3 +111,8 @@ "use strict"; | ||
var children = _ref5.children; | ||
var head = []; | ||
var head = { | ||
rows: [{ | ||
key: 'head', | ||
cells: [] | ||
}] | ||
}; | ||
var body = { | ||
@@ -122,3 +127,3 @@ rows: [] | ||
row.props.children.forEach(function (cell, index) { | ||
head.push({ | ||
head.rows[0].cells.push({ | ||
key: "head-".concat(index), | ||
@@ -125,0 +130,0 @@ label: cell.props.children[0] |
{ | ||
"name": "@cehappdev/ceh-view-markdown", | ||
"homepage": "https://nerc-ceh.github.io/ceh-view", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6371
172