mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
note list should show the prefix, #4362
This commit is contained in:
@@ -217,7 +217,7 @@ async function getNoteTitle(noteId, parentNoteId = null) {
|
||||
if (branchId) {
|
||||
const branch = froca.getBranch(branchId);
|
||||
|
||||
if (branch && branch.prefix) {
|
||||
if (branch?.prefix) {
|
||||
title = `${branch.prefix} - ${title}`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user