chore(note_bars/collection): address change request

This commit is contained in:
Elian Doran 2025-12-11 20:33:52 +02:00
parent c76ff2d371
commit e9ac69b8e5
No known key found for this signature in database

View File

@ -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 />}