Skip to content

Commit bb98bad

Browse files
Testing Change
1 parent 7e29d5d commit bb98bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/details/cicdHistory/Artifacts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { DOCUMENTATION, TERMINAL_STATUS_MAP } from '../../../../config'
1717
import { extractImage } from '../../service'
1818
import { EMPTY_STATE_STATUS } from '../../../../config/constantMessaging'
1919

20-
const ApprovedArtifact = null//importComponentFromFELibrary('ApprovedArtifact')
20+
const ApprovedArtifact = importComponentFromFELibrary && importComponentFromFELibrary('ApprovedArtifact')
2121

2222
export default function Artifacts({
2323
status,

0 commit comments

Comments
 (0)