bam32bittheme
Advanced tools
Comparing version 2.1.111 to 2.1.112
@@ -131,3 +131,3 @@ "use strict"; | ||
const cellValue = cell.getValue(); | ||
const isLongText = typeof cellValue === 'string' && cellValue.length > 45; | ||
const isLongText = typeof cellValue === 'string' && (cellValue === null || cellValue === void 0 ? void 0 : cellValue.length) > 45; | ||
return { | ||
@@ -134,0 +134,0 @@ sx: { |
{ | ||
"name": "bam32bittheme", | ||
"version": "2.1.111", | ||
"version": "2.1.112", | ||
"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
1574861