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

View File

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