mirror of
https://github.com/zadam/trilium.git
synced 2025-12-15 12:49:53 +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
|
hideToggleArrow
|
||||||
>
|
>
|
||||||
{properties.map(property => (
|
{properties.map(property => (
|
||||||
<ViewProperty key={property} note={note} property={property} />
|
<ViewProperty key={property.label} note={note} property={property} />
|
||||||
))}
|
))}
|
||||||
{properties.length > 0 && <FormDropdownDivider />}
|
{properties.length > 0 && <FormDropdownDivider />}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user