Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Nov 22, 2023
1 parent 746887f commit 0c5d2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/Group/DefaultBody.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { useLocation } from 'react-router-dom';
import helpSVG from '@plone/volto/icons/help.svg';

const GroupBlockDefaultBody = (props) => {
const location = useLocation();
const {
block,
data,
Expand All @@ -22,7 +23,6 @@ const GroupBlockDefaultBody = (props) => {
formDescription,
isEditMode,
} = props;
const location = useLocation();
const metadata = props.metadata || props.properties;
const blockState = {};

Expand Down

0 comments on commit 0c5d2d1

Please sign in to comment.