mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
use isLabelTruthy() for most binary labels
This commit is contained in:
@@ -230,7 +230,7 @@ class NoteListRenderer {
|
||||
const pageNotes = await froca.getNotes(pageNoteIds);
|
||||
|
||||
for (const note of pageNotes) {
|
||||
const $card = await this.renderNote(note, this.parentNote.hasLabel('expanded'));
|
||||
const $card = await this.renderNote(note, this.parentNote.isLabelTruthy('expanded'));
|
||||
|
||||
$container.append($card);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user