Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danalvrz committed Jun 4, 2024
1 parent 1eb9fad commit 811a9ff
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/volto-separator-block/src/components/Data.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ 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 811a9ff

Please sign in to comment.