@sd-angular/core 1.3.152 → 1.3.153

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2223,7 +2223,7 @@
2223
2223
  value = rowData === null || rowData === void 0 ? void 0 : rowData[field];
2224
2224
  item.meta.display[field] = {
2225
2225
  badge: undefined,
2226
- cellStyle: column.type === 'number' && { 'text-align': 'right!important' },
2226
+ cellStyle: column.type === 'number' ? { 'text-align': 'right!important' } : undefined,
2227
2227
  data: value,
2228
2228
  isHtml: false,
2229
2229
  tooltip: typeof tooltip === 'function' ? tooltip(value, rowData) : undefined,