Skip to content

Commit

Permalink
Update lib/widgets/organization_search_list.dart
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ARYPROGRAMMER and coderabbitai[bot] authored Nov 16, 2024
1 parent 6a7a4fd commit dc971df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/organization_search_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class _OrganizationSearchListState extends State<OrganizationSearchList> {
type: TileType.org,
orgInfo: model.organizations[index],
onTapOrgInfo: model.selectOrg,
key: const Key('test'),
key: Key('orgTile_${widget.model.organizations[index].id}'),
),
);
},
Expand Down

0 comments on commit dc971df

Please sign in to comment.