mirror of
https://github.com/zadam/trilium.git
synced 2026-02-19 12:14:23 +01:00
ui/grid view: hide attributes
This commit is contained in:
parent
297cbbd8b3
commit
5036518458
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user