Skip to content

Commit

Permalink
#5152 -- review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Vialov committed Aug 26, 2024
1 parent 9da1808 commit db85296
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ const Accordion = ({ tabs, className, changedGroups }): React.ReactElement => {
);
};

console.log(tabs);

return (
<div className={clsx(classes.accordionWrapper, className)}>
{tabs.map(({ label, content, key }) => {
Expand Down

0 comments on commit db85296

Please sign in to comment.