Merge pull request #4600 from pangeachat/4599-remove-of-chats-icon-in-course-unjoined-activities-sections

chore: remove chat number indicator in activity session unjoined chunks
This commit is contained in:
ggurdin 2025-11-05 12:17:51 -05:00 committed by GitHub
commit 928793f76f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(