bam32bittheme
Advanced tools
Comparing version 2.1.89 to 2.1.90
@@ -76,3 +76,3 @@ "use strict"; | ||
const isNumericColumn = (rows, columnId) => { | ||
return rows.every(row => isNumeric(row.getValue(columnId))); | ||
return rows.every(row => isNumeric(row[columnId])); | ||
}; | ||
@@ -79,0 +79,0 @@ const tableColumns = (0, _react.useMemo)(() => { |
{ | ||
"name": "bam32bittheme", | ||
"version": "2.1.89", | ||
"version": "2.1.90", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x", |
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
1569098