chore(client): address requested changes

This commit is contained in:
Elian Doran 2025-12-24 19:23:17 +02:00
parent 571cdfdeea
commit 9adf24da01
No known key found for this signature in database

View File

@ -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}