Skip to content

Commit 24eca2d

Browse files
committed
chore: code refactoring
1 parent 7bd35c6 commit 24eca2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/app/details/triggerView/cdMaterial.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,7 @@ const CDMaterial = ({
11801180
<>
11811181
{materialData.materialInfo.map((mat: MaterialInfo, index) => {
11821182
const _gitCommit = getGitCommitInfo(mat)
1183+
11831184
if (
11841185
(materialData.appliedFilters?.length > 0 ||
11851186
materialData.deploymentBlockedState?.isBlocked ||

0 commit comments

Comments
 (0)