mirror of
https://github.com/zadam/trilium.git
synced 2025-12-13 03:39:54 +01:00
chore(note_bars/collection): address change request
This commit is contained in:
@@ -69,7 +69,7 @@ function ViewOptions({ note, viewType }: { note: FNote, viewType: ViewTypeOption
|
||||
hideToggleArrow
|
||||
>
|
||||
{properties.map(property => (
|
||||
<ViewProperty key={property} note={note} property={property} />
|
||||
<ViewProperty key={property.label} note={note} property={property} />
|
||||
))}
|
||||
{properties.length > 0 && <FormDropdownDivider />}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user