Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Dec 14, 2021
1 parent df9fe72 commit 1d5808f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/src/components/banner/TableOfContentsBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ export default function TableOfContentsBanner() {
Fix me!
<br />
</Typography>
<Typography
component="span"
variant="body2"
fontWeight="medium"
sx={{ color: 'primary.50' }}
// eslint-disable-next-line material-ui/no-hardcoded-labels
>
<Typography component="span" variant="body2" fontWeight="medium" sx={{ color: 'primary.50' }}>
Fix me!
<br />
</Typography>
Expand All @@ -59,7 +53,6 @@ export default function TableOfContentsBanner() {
borderTop: 1,
borderColor: 'primary.400',
}}
// eslint-disable-next-line material-ui/no-hardcoded-labels
>
Fix me!
</Typography>
Expand Down

0 comments on commit 1d5808f

Please sign in to comment.