Skip to content

Commit

Permalink
reverted the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriaMaltseva committed Dec 12, 2024
1 parent a613f19 commit bb5419d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/src/core/components/accordion/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ export const Accordion = ({
align={ 'baseline' }
>
{expandIconPosition === 'start' && (item.children !== null) && !(item.disabled === true) &&
chevronButton()}
chevronButton()}
{item.title}
{expandIconPosition === 'after-title' && (item.children !== null) && !(item.disabled === true) &&
chevronButton()}
chevronButton()}

<span className="accordion-item__header-info">{item.info !== null && item.info}</span>
</Flex>
Expand Down

0 comments on commit bb5419d

Please sign in to comment.