Skip to content

Commit

Permalink
Merge pull request #106 from olmps/collection-card-hero-fix
Browse files Browse the repository at this point in the history
Collection card hero fix
  • Loading branch information
matuella committed Jul 14, 2021
2 parents 7951010 + 5b18de6 commit f45ebd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/application/widgets/theme/hero_collection_card.dart
Expand Up @@ -39,7 +39,7 @@ Widget buildHeroCollectionCardFromItem(
}

return Hero(
tag: _collectionCardTag,
tag: '$_collectionCardTag-${item.id}',
child: CollectionCard(
name: item.name,
tags: item.tags,
Expand Down

0 comments on commit f45ebd8

Please sign in to comment.