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:
@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user