Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danalvrz committed Mar 14, 2024
1 parent 6a69434 commit 608b532
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/Data.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ import { BlockDataForm } from '@plone/volto/components';
import { SeparatorSchema } from './schema';

const SeparatorData = (props) => {
const { data, block, onChangeBlock, schemaEnhancer, navRoot, contentType } =
props;
const {
data,
block,
onChangeBlock,
schemaEnhancer,
navRoot,
contentType,
} = props;
const intl = useIntl();
const schema = schemaEnhancer
? schemaEnhancer(SeparatorSchema({ ...props, intl }), props)
Expand Down

0 comments on commit 608b532

Please sign in to comment.