Skip to content

Commit

Permalink
[test] Fix defaultProps overriding props (mui#19858)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and EsoterikStare committed Mar 30, 2020
1 parent 4b25dcd commit 7e821dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/test/typescript/components.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -794,12 +794,12 @@ const StepperTest = () =>
};
return (
<MobileStepper
{...defaultProps}
variant="dots"
steps={6}
position="static"
activeStep={this.state.activeStep}
className={classes.root}
{...defaultProps}
/>
);
}
Expand Down

0 comments on commit 7e821dd

Please sign in to comment.