Perf: vector queue and app ui (#1750)
This commit is contained in:
@@ -29,7 +29,9 @@ const MemberListCard = ({ tagStyle, ...props }: MemberListCardProps) => {
|
||||
return (
|
||||
<Tag key={member.tmbId} type={'fill'} colorSchema="white" {...tagStyle}>
|
||||
<Avatar src={member.avatar} w="1.25rem" />
|
||||
<Box fontSize={'sm'}>{member.name}</Box>
|
||||
<Box fontSize={'sm'} ml={1}>
|
||||
{member.name}
|
||||
</Box>
|
||||
</Tag>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user