Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Aug 28, 2023
1 parent 204ddc5 commit bcdc717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/libs/react-ui/src/components/Accordion/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export const AccordionRoot: FC<IAccordionRootProps> = ({
{
index: sectionIndex,
isOpen: openSections.includes(sectionIndex),
onOpen: () => section?.props.onOpen?.(),
onClose: () => section?.props.onClose?.(),
onClick: () =>
openSections.includes(sectionIndex)
? setOpenSections(
Expand Down

0 comments on commit bcdc717

Please sign in to comment.