Skip to content

Commit f4b6e9c

Browse files
committed
feat(print/list): display parent note title
1 parent a59d407 commit f4b6e9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/client/src/widgets/collections/legacy/ListOrGridView.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export function ListPrintView({ note, noteIds: unfilteredNoteIds, highlightedTok
6868
return (
6969
<div class="note-list list-print-view">
7070
<div class="note-list-container use-tn-links">
71+
<h1>{note.title}</h1>
72+
7173
{notesWithContent?.map(({ note: childNote, content }) => (
7274
<section id={`note-${childNote.noteId}`} class="note">
7375
<h1>{childNote.title}</h1>

0 commit comments

Comments
 (0)