mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 09:06:43 +08:00
Fix crash
How was this missed?
This commit is contained in:
@ -172,7 +172,7 @@ class NoteSnippet extends StatelessWidget {
|
||||
return false;
|
||||
}
|
||||
return resolvedNote.filePath == parentNote.filePath;
|
||||
});
|
||||
}).toList();
|
||||
if (links.isEmpty) {
|
||||
return Container();
|
||||
}
|
||||
|
Reference in New Issue
Block a user