Add Copilot suggested change (2/3)

https://github.com/kodjodevf/mangayomi/pull/705#discussion_r3112086120
This commit is contained in:
NBA2K1 2026-04-20 18:38:55 +02:00
parent 81a4893ad4
commit 0d64ca8875

View file

@ -22,7 +22,7 @@ class TrackerLibraryImageCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
final hasData = libraryTrack != null;
final hasData = libraryTrack?.mangaId != null;
return GestureDetector(
onTap: () => _showCard(context, libraryTrack?.mangaId),
child: Padding(