title for list URL only on list origin
This commit is contained in:
parent
61ad07c3f2
commit
8896a042f0
@ -155,7 +155,6 @@ const ListRow = memo(function ListRow({ listUrl, onBack }: { listUrl: string; on
|
|||||||
fontWeight={isSelected ? 500 : 400}
|
fontWeight={isSelected ? 500 : 400}
|
||||||
fontSize={16}
|
fontSize={16}
|
||||||
style={{ overflow: 'hidden', textOverflow: 'ellipsis' }}
|
style={{ overflow: 'hidden', textOverflow: 'ellipsis' }}
|
||||||
title={listUrl}
|
|
||||||
>
|
>
|
||||||
{list.name}
|
{list.name}
|
||||||
</Text>
|
</Text>
|
||||||
|
Loading…
Reference in New Issue
Block a user