Skip to content
Prev Previous commit
prettier
  • Loading branch information
ZeeshanTamboli committed Jun 18, 2024
commit 19eb8c769930b90ee78920e825f26fb67e4a0654
2 changes: 1 addition & 1 deletion packages/mui-material/src/Stepper/Stepper.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const StepperRoot = styled('div', {
styles.root,
styles[ownerState.orientation],
ownerState.alternativeLabel && styles.alternativeLabel,
ownerState.nonLinear && styles.nonLinear
ownerState.nonLinear && styles.nonLinear,
];
},
})({
Expand Down