diff --git a/src/components/ItemsList.tsx b/src/components/ItemsList.tsx index 8d98601..4f2e75a 100644 --- a/src/components/ItemsList.tsx +++ b/src/components/ItemsList.tsx @@ -569,48 +569,42 @@ export function ItemsList({ url }: ItemsListProps) {
Property | - {items.map((item, index) => ( -- {item.name || `Item ${index + 1}`} - - | - ))} -
---|
Name | +Name | {items.map((item, index) => ( -
-
+ |
))}
+
+
+
+ | ||||
Description | +Description | {items.map((item, index) => ( -+ |
+ |
{propertyLabel}
|
{items.map((item, index) => (
-
+ |
| |