perf: long org name ui (#4347)
* sync collection * remove lock * perf: long org name ui
This commit is contained in:
@@ -11,7 +11,7 @@ function MemberTag({ name, avatar }: Props) {
|
||||
return (
|
||||
<HStack>
|
||||
{avatar && <Avatar src={avatar} w={['18px', '22px']} rounded="50%" />}
|
||||
<Box maxW={'150px'} className={'textEllipsis'}>
|
||||
<Box maxW={'45vw'} className={'textEllipsis'} fontSize={'sm'}>
|
||||
{name || '-'}
|
||||
</Box>
|
||||
</HStack>
|
||||
|
||||
Reference in New Issue
Block a user