Skip to content

Commit

Permalink
fix failing prettier check
Browse files Browse the repository at this point in the history
Co-authored-by: seunexplicit <[email protected]>
  • Loading branch information
gitstart and seunexplicit committed Sep 22, 2023
1 parent b0aff6c commit e604454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Skeleton/Skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const SkeletonRoot = styled('span', {
borderRadius: '50%',
}),
...(ownerState.shape === 'rectangular' && {
borderRadius: 0
borderRadius: 0,
}),
...(ownerState.hasChildren && {
'& > *': {
Expand Down

0 comments on commit e604454

Please sign in to comment.