chore: render icons from EntityDisplayName
Signed-off-by: NIKUNJ LALITKUMAR HUDKA <nikunjhudka123@gmail.com>
This commit is contained in:
@@ -149,11 +149,8 @@ export const EntityListComponent = (props: EntityListComponentProps) => {
|
||||
}
|
||||
: {})}
|
||||
>
|
||||
<ListItemIcon>{Icon && <Icon />}</ListItemIcon>
|
||||
<ListItemText
|
||||
primary={
|
||||
<EntityDisplayName hideIcon entityRef={entity} />
|
||||
}
|
||||
primary={<EntityDisplayName entityRef={entity} />}
|
||||
/>
|
||||
</ListItem>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user