chore: remove chat number indicator in activity session unjoined chunks

This commit is contained in:
ggurdin 2025-11-05 12:17:22 -05:00
parent ef5301e409
commit e8efb62ad8
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -55,22 +55,6 @@ class ActivityTemplateChatListItem extends StatelessWidget {
),
),
),
trailing: Row(
spacing: 2.0,
mainAxisSize: MainAxisSize.min,
children: [
const Icon(
Icons.chat_bubble_outline,
size: 8.0,
),
Text(
"${sessions.length}",
style: const TextStyle(
fontSize: 8.0,
),
),
],
),
title: Row(
children: [
Expanded(