Skip to content

Commit

Permalink
add check
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Mar 20, 2024
1 parent 984154d commit ee1c9c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mui-material/src/StepLabel/StepLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ StepLabel.propTypes /* remove-proptypes */ = {
]),
};

StepLabel.muiName = 'StepLabel';
if (StepLabel) {
StepLabel.muiName = 'StepLabel';
}

export default StepLabel;

0 comments on commit ee1c9c2

Please sign in to comment.