Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Jul 13, 2023
1 parent 4ceb89b commit b6bf49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/ContractTables/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default (theme) => ({
}
},
checkBox: {
'& .MuiCheckbox-root':{
'& .MuiCheckbox-root': {
padding: `${theme.spacing(1)} !important`,
}
}
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/components/EndpointsTable/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default (theme) => ({
maxWidth: '300px',
wordBreak: 'normal',
},
[theme.breakpoints.up('xl')]:{
[theme.breakpoints.up('xl')]: {
maxWidth: '350px',
}
},
Expand Down

0 comments on commit b6bf49a

Please sign in to comment.