File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/components/app/details/triggerView Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1180,7 +1180,6 @@ const CDMaterial = ({
1180
1180
< >
1181
1181
{ materialData . materialInfo . map ( ( mat : MaterialInfo , index ) => {
1182
1182
const _gitCommit = getGitCommitInfo ( mat )
1183
-
1184
1183
if (
1185
1184
( materialData . appliedFilters ?. length > 0 ||
1186
1185
materialData . deploymentBlockedState ?. isBlocked ||
@@ -1208,7 +1207,7 @@ const CDMaterial = ({
1208
1207
< GitCommitInfoGeneric
1209
1208
index = { index }
1210
1209
materialUrl = { mat . url }
1211
- showMaterialInfoHeader
1210
+ showMaterialInfoHeader = { ! ! mat . url }
1212
1211
commitInfo = { _gitCommit }
1213
1212
materialSourceType = { mat . type }
1214
1213
selectedCommitInfo = ""
@@ -1230,7 +1229,7 @@ const CDMaterial = ({
1230
1229
< GitCommitInfoGeneric
1231
1230
index = { index }
1232
1231
materialUrl = { mat . url }
1233
- showMaterialInfoHeader
1232
+ showMaterialInfoHeader = { ! ! mat . url }
1234
1233
commitInfo = { _gitCommit }
1235
1234
materialSourceType = { mat . type }
1236
1235
selectedCommitInfo = ""
You can’t perform that action at this time.
0 commit comments