Skip to content

Commit ef1a876

Browse files
committed
subscription_list [nfc]: Update a stale issue reference
1 parent 5a1ebdb commit ef1a876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/subscription_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class SubscriptionItem extends StatelessWidget {
236236
subscription.name))),
237237
if (unreadCount > 0) ...[
238238
const SizedBox(width: 12),
239-
// TODO(#384) show @-mention indicator when it applies
239+
// TODO(#747) show @-mention indicator when it applies
240240
UnreadCountBadge(count: unreadCount, backgroundColor: swatch, bold: true),
241241
],
242242
const SizedBox(width: 16),

0 commit comments

Comments
 (0)