Skip to content

Commit

Permalink
refactor: remove redundant div
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Aug 21, 2023
1 parent 8ecc832 commit 7130337
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const AccordionSection: FC<IAccordionSectionProps> = ({
isOpen,
}) => {
return (
<div>
<>
<span>{title}</span>

<button
Expand All @@ -29,6 +29,6 @@ export const AccordionSection: FC<IAccordionSectionProps> = ({
>
<SystemIcon.Close size="sm" />
</button>
</div>
</>
);
};

0 comments on commit 7130337

Please sign in to comment.