Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Aug 20, 2024
1 parent ebf0bd1 commit 7f80d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regressions/fixtures/StepLabel/NoShrinkIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Step from '@mui/material/Step';
import StepLabel from '@mui/material/StepLabel';

function TestIcon() {
return <div style={{ border: '1px solid red' }}>shouldn't shrink</div>;
return <div style={{ border: '1px solid red' }}>should not shrink</div>;
}

const steps = ['Step 1', 'Step 2'];
Expand Down

0 comments on commit 7f80d96

Please sign in to comment.