Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Aug 2, 2024
1 parent 33c2e1e commit 502dade
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lib/forms/widgets/custom_fields/CustomFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@ export class CustomFields extends Component {
<>
{sections &&
sections.map((section) => {
const {
fields,
paths,
displaySection,
section: sectionName,
} = section;
const { fields, paths, displaySection, section: sectionName } = section;
return displaySection ? (
<AccordionField
key={`section-${sectionName}`}
Expand Down

0 comments on commit 502dade

Please sign in to comment.