{followups.length > 0 ? (
) : (
)}
copy(`thread:${t.id}`, formatThreadForCopy(t.title, t.cases))}>
{copiedKey === `thread:${t.id}` ? : }
copy(`case:${first.id}`, formatCaseForCopy(first))}>
{copiedKey === `case:${first.id}` ? : }
onRemove(first.id)}>
{open &&
followups.map((c) => (