1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-10 04:04:42 +08:00

Fix crash

How was this missed?
This commit is contained in:
Vishesh Handa
2021-02-06 23:01:26 +01:00
parent 9a3bf6ad42
commit 01f47e219a

@ -172,7 +172,7 @@ class NoteSnippet extends StatelessWidget {
return false; return false;
} }
return resolvedNote.filePath == parentNote.filePath; return resolvedNote.filePath == parentNote.filePath;
}); }).toList();
if (links.isEmpty) { if (links.isEmpty) {
return Container(); return Container();
} }