Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Sep 6, 2023
1 parent 9f3dd29 commit e76692f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/mui-material/src/ButtonGroup/ButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,7 @@ const ButtonGroup = React.forwardRef(function ButtonGroup(inProps, ref) {
}

return (
<ButtonGroupButtonContext.Provider
value={getButtonPositionClassName(index, children)}
>
<ButtonGroupButtonContext.Provider value={getButtonPositionClassName(index, children)}>
{child}
</ButtonGroupButtonContext.Provider>
);
Expand Down

0 comments on commit e76692f

Please sign in to comment.