Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Feb 9, 2018
1 parent f2cb41e commit fae4066
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/api-explorer/src/form-components/ObjectField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ class CustomObjectField extends ObjectField {
/>
)}
{(uiSchema['ui:description'] || schema.description) && (
<DescriptionField
id={`${idSchema.$id}__description`}
description={uiSchema['ui:description'] || schema.description}
formContext={formContext}
/>
)}
<DescriptionField
id={`${idSchema.$id}__description`}
description={uiSchema['ui:description'] || schema.description}
formContext={formContext}
/>
)}
{orderedProperties.map((propName, index) => {
/* eslint-disable react/no-array-index-key */
return (
Expand Down

0 comments on commit fae4066

Please sign in to comment.