Skip to content

Commit

Permalink
Update packages/react/src/components/Accordion/Accordion.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jason <[email protected]>
  • Loading branch information
orest-s and scurker authored Jan 23, 2024
1 parent 93f665c commit ed2bab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Accordion/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Accordion = ({
}

return (
<div className={'Accordion'} {...props}>
<div className="Accordion" {...props}>
<ExpandCollapsePanel
id={panelElement.props.id || `${elementId}-panel`}
open={open}
Expand Down

0 comments on commit ed2bab4

Please sign in to comment.