diff --git a/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfiler.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfiler.component.tsx
index 92beefab960..5b5c647b0bf 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfiler.component.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfiler.component.tsx
@@ -108,7 +108,7 @@ const TableProfiler = ({ tableProfiles, columns }: Props) => {
)}
- {colIndex === 0 && (
+ {col.name.constraint && (
{getConstraintIcon(
col.name.constraint,