Filtering missing items in summary actor details.
This commit is contained in:
parent
c530751a70
commit
e9e0cf3600
|
|
@ -78,7 +78,7 @@ const propProcessors = {
|
||||||
})
|
})
|
||||||
.join(parentDetail.delimiter ?? ' ');
|
.join(parentDetail.delimiter ?? ' ');
|
||||||
|
|
||||||
if (parentDetail.wrap) {
|
if (curatedDetails && parentDetail.wrap) {
|
||||||
return `${parentDetail.wrap[0]}${curatedDetails}${parentDetail.wrap[1]}`;
|
return `${parentDetail.wrap[0]}${curatedDetails}${parentDetail.wrap[1]}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue