Skip to content

Commit

Permalink
fix prettier error
Browse files Browse the repository at this point in the history
Co-authored-by: seunexplicit <[email protected]>
  • Loading branch information
gitstart and seunexplicit committed Feb 19, 2024
1 parent 0a3b695 commit e3cfd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Collapse/Collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const Collapse = React.forwardRef(function Collapse(inProps, ref) {
ref={handleRef}
{...childProps}
// `ownerState` is set after `childProps` to override any existing `ownerState` property in `childProps`
// that might have been forwarded from the Transition component.
// that might have been forwarded from the Transition component.
ownerState={{ ...ownerState, state }}
>
<CollapseWrapper
Expand Down

0 comments on commit e3cfd04

Please sign in to comment.