Skip to content

Commit

Permalink
fix: accordion wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay090 committed Sep 10, 2024
1 parent 5210ce4 commit bd4702d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ const _BaseHeader = ({
alignItems="center"
justifyContent="space-between"
>
<Box>{children}</Box>
{children}
{trailingInteractionElement && children ? (
<Box alignSelf="flex-start" {...centerBoxProps[size]}>
{trailingInteractionElement}
Expand Down

0 comments on commit bd4702d

Please sign in to comment.