Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 committed Apr 15, 2024
1 parent 04648c8 commit 1b1fd96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/components/VisualEditor/SchemaProperty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const SchemaProperty: React.FC<SchemaPropertyProps> = ({

const renderArrayItemsProperties = () => {
if (schema.type === 'array' && schema.items && schema.items.type === 'object') {
const itemsProperties = schema.items.properties || {};
return (
<div>
{_.map(schema.items.properties, (nestedSchema, nestedName) => (
Expand Down

0 comments on commit 1b1fd96

Please sign in to comment.