mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 18:54:29 +01:00
chore(client): address requested changes
This commit is contained in:
parent
571cdfdeea
commit
9adf24da01
@ -190,6 +190,7 @@ function NoteChildren({ note, parentNote, highlightedTokens, currentLevel, expan
|
||||
}, [ note, includeArchived ]);
|
||||
|
||||
return childNotes?.map(childNote => <ListNoteCard
|
||||
key={childNote.noteId}
|
||||
note={childNote}
|
||||
parentNote={parentNote}
|
||||
highlightedTokens={highlightedTokens}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user