Commit 8896a042 authored by Moody Salem's avatar Moody Salem

title for list URL only on list origin

parent 61ad07c3
...@@ -155,7 +155,6 @@ const ListRow = memo(function ListRow({ listUrl, onBack }: { listUrl: string; on ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment