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
fontWeight={isSelected ? 500 : 400}
fontSize={16}
style={{ overflow: 'hidden', textOverflow: 'ellipsis' }}
title={listUrl}
>
{list.name}
</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