This commit is contained in:
@ -18,7 +18,7 @@ class FavoriteSection extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final bool isFavorite =
|
||||
item.favorites?.any((f) => f.userId == authController.userId.value) ??
|
||||
item.favorites?.any((f) => f.userId == authController.user.value?.id) ??
|
||||
false;
|
||||
|
||||
return Row(
|
||||
|
Reference in New Issue
Block a user