Skip to content

Commit

Permalink
fix: missing children in right controls
Browse files Browse the repository at this point in the history
  • Loading branch information
MEsteves22 committed Apr 26, 2023
1 parent ebb6630 commit 8fa5ed4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const HvRightControl = ({
{...sortProps}
/>
)}
{children}
</StyledRoot>
);
};

0 comments on commit 8fa5ed4

Please sign in to comment.