impact-ui 3.7.27-alpha.1 → 3.7.28

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-ui",
3
- "version": "3.7.27-alpha.1",
3
+ "version": "3.7.28",
4
4
  "description": "Impact Analytics UI library",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -474,7 +474,7 @@ export const Table = forwardRef(
474
474
  colDefs,
475
475
  headerComponent: child?.headerComponent,
476
476
  },
477
- headerComponent: child?.headerComponent ? child?.headerComponent : customHeaderComponent
477
+ headerComponent: customHeaderComponent
478
478
  ? customHeaderComponent
479
479
  : AgGridHeaderWrapper,
480
480
  };
@@ -463,7 +463,6 @@ function AgGridHeader({
463
463
 
464
464
  </div>
465
465
  )}
466
- {customIcon && customIcon}
467
466
  {rest?.column?.colDef?.sortable && (
468
467
  <img
469
468
  src={