Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Apr 12, 2024
1 parent 5a68967 commit db7937c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-material/src/LinearProgress/LinearProgress.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ const LinearProgressRoot = styled('span', {
.map(([color]) => ({
props: { color },
style: {
// eslint-disable-next-line no-nested-ternary
backgroundColor: getColorShade(theme, color),
},
})),
Expand Down

0 comments on commit db7937c

Please sign in to comment.