Skip to content

Commit ce16cdb

Browse files
authored
Update relationship_evaluation.js
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent a3c3986 commit ce16cdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/components/NotificationCenter/formatters/relationship_evaluation.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ const TraceSection = ({ title, items, type, children, emptyMessage = 'No changes
8888
</SectionTitle>
8989

9090
<Box display={'flex'} alignItems={'center'} gap={2}>
91-
<ComponentIcon iconSrc={'/' + component.styles.svgColor} />
92-
{component.component.kind} &lsquo;{component.displayName}&rsquo; from model &lsquo;
93-
{component.model.name}&rsquo;
9491
<span> ( {items.length} )</span>
9592

9693
{expanded ? (

0 commit comments

Comments
 (0)