Skip to content

Commit

Permalink
fix tests: remove unsued vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 12, 2020
1 parent a70b888 commit 5257193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/manage/Blocks/Accordion/AccordionEdit.jsx
@@ -1,9 +1,8 @@
import React from 'react';
import { Segment, Accordion } from 'semantic-ui-react';
import { Accordion } from 'semantic-ui-react';
import { Icon } from '@plone/volto/components';
import upSVG from '@plone/volto/icons/up-key.svg';
import downSVG from '@plone/volto/icons/down-key.svg';
import { TextWidget } from '@plone/volto/components';
import AnimateHeight from 'react-animate-height';
export default ({ children }) => {
const [activeIndex, setActiveIndex] = React.useState(0);
Expand Down
1 change: 0 additions & 1 deletion src/components/manage/Blocks/Accordion/util.js
@@ -1,6 +1,5 @@
import { v4 as uuid } from 'uuid';
import { emptyBlocksForm } from '@eeacms/volto-blocks-form/helpers';
import { settings } from '~/config';
import { map } from 'lodash';
import {
getBlocksFieldname,
Expand Down

0 comments on commit 5257193

Please sign in to comment.