diff --git a/lib/src/screens/posts/post_item.dart b/lib/src/screens/posts/post_item.dart index 3a6816b..50ac7cd 100644 --- a/lib/src/screens/posts/post_item.dart +++ b/lib/src/screens/posts/post_item.dart @@ -33,6 +33,9 @@ class PostItem extends StatelessWidget { user: item.user.username, userIcon: item.user.avatar?.storageUrl, userIdOnClick: item.user.userId, + magazine: item.magazine.name, + magazineIcon: item.magazine.icon?.storageUrl, + magazineIdOnClick: item.magazine.magazineId, boosts: item.uv, isBoosted: item.userVote == 1, onBoost: whenLoggedIn(context, () async {