mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-24 00:12:16 +00:00
Add Copilot suggested change (2/3)
https://github.com/kodjodevf/mangayomi/pull/705#discussion_r3112086120
This commit is contained in:
parent
81a4893ad4
commit
0d64ca8875
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue