Lists
setQ(e.target.value)} />
{isXs ? (
{rows.length === 0
? No lists.
: rows.map(r => )}
) : (
Name
Total Contacts
Actions
{rows.map(r => (
{r.name}
{r.total_contacts}
onDownload(r.id)} title="Download CSV">download
onEditContacts(r.id)} title="Edit contacts">group
openRename(r)} title="Edit name">edit
onDelete(r.id)} title="Delete">delete
))}
{rows.length === 0 && (
No lists.
)}
)}
load(p)} />
{/* New List modal */}