Skip to content

Commit 78574e5

Browse files
committed
fix: typo in coment
1 parent ffe1385 commit 78574e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const ArtifactInfoModal = ({
115115
type={HistoryComponentType.CI}
116116
imageReleaseTags={artifactInfo.imageReleaseTags}
117117
imageComment={artifactInfo.imageComment}
118-
// FIXME: This is a existing issue, we should be sending the pipeline if instead of the artifact if
118+
// FIXME: This is a existing issue, we should be sending the pipeline id instead of the artifact id
119119
ciPipelineId={artifactInfo.materials[0].id}
120120
artifactId={ciArtifactId}
121121
appReleaseTagNames={artifactInfo.appReleaseTags}

0 commit comments

Comments
 (0)