Skip to content

Commit

Permalink
fix: removing unused attributte
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulRodrigo06 committed Oct 26, 2023
1 parent cdaac63 commit 71d7247
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/widgets/utils/ds_group_card.widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class DSGroupCard extends StatefulWidget {
super.key,
required this.documents,
required this.isComposing,
this.ticketId,
this.sortMessages = true,
this.onSelected,
this.onOpenLink,
Expand All @@ -73,7 +72,6 @@ class DSGroupCard extends StatefulWidget {
final bool Function(DSMessageItemModel, DSMessageItemModel) compareMessages;
final bool isComposing;
final bool sortMessages;
final String? ticketId;
final void Function(String, Map<String, dynamic>)? onSelected;
final void Function(Map<String, dynamic>)? onOpenLink;
final bool hideOptions;
Expand Down

0 comments on commit 71d7247

Please sign in to comment.