ui/grid view: hide attributes

This commit is contained in:
Adorian Doran 2026-02-18 09:20:00 +02:00
parent 297cbbd8b3
commit 5036518458

View File

@ -163,7 +163,6 @@ function GridNoteCard({ note, parentNote, highlightedTokens, includeArchived }:
<h5 className="note-book-header">
<Icon className="note-icon" icon={note.getIcon()} />
<NoteLink className="note-book-title" notePath={notePath} noPreview showNotePath={parentNote.type === "search"} highlightedTokens={highlightedTokens} />
<NoteAttributes note={note} />
</h5>
<NoteContent
note={note}