title for list URL only on list origin

This commit is contained in:
Moody Salem 2020-08-26 10:14:38 -05:00
parent 61ad07c3f2
commit 8896a042f0
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -155,7 +155,6 @@ const ListRow = memo(function ListRow({ listUrl, onBack }: { listUrl: string; on
fontWeight={isSelected ? 500 : 400}
fontSize={16}
style={{ overflow: 'hidden', textOverflow: 'ellipsis' }}
title={listUrl}
>
{list.name}
</Text>