From e8efb62ad87203de412d357679a6846431a9c5bf Mon Sep 17 00:00:00 2001 From: ggurdin Date: Wed, 5 Nov 2025 12:17:22 -0500 Subject: [PATCH] chore: remove chat number indicator in activity session unjoined chunks --- .../activity_template_chat_list_item.dart | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/lib/pangea/course_chats/activity_template_chat_list_item.dart b/lib/pangea/course_chats/activity_template_chat_list_item.dart index cd19b3c88..418d7a1ff 100644 --- a/lib/pangea/course_chats/activity_template_chat_list_item.dart +++ b/lib/pangea/course_chats/activity_template_chat_list_item.dart @@ -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(