Skip to content

Commit 256ca35

Browse files
committed
feat: update DeploymentStatus component to hide message and tooltip
1 parent 0b8f311 commit 256ca35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/CICDHistory/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export const getIconFromWorkflowStageStatusType = (status: WorkflowStageStatusTy
231231
}
232232

233233
return deploymentStatusMap[status] ? (
234-
<DeploymentStatus status={deploymentStatusMap[status]} iconSize={20} />
234+
<DeploymentStatus status={deploymentStatusMap[status]} iconSize={20} hideMessage hideIconTooltip />
235235
) : (
236236
<Icon name="ic-help-outline" size={20} color="N500" />
237237
)

0 commit comments

Comments
 (0)