fix: remove dev logs

This commit is contained in:
José Oliveira 2021-11-17 10:53:36 +00:00
parent 12e9523554
commit 3434782f0b
2 changed files with 1 additions and 5 deletions

View file

@ -127,8 +127,7 @@ const ETable = ({
((enableToggle && toggleWidth) ?? 0)
const width = getWidth(elements) + actionColSize
console.log(width, getWidth(elements), actionColSize)
console.log(elements)
const classes = useStyles({ width })
const showButtonOnEmpty = !data.length && enableCreate && !adding

View file

@ -12,8 +12,5 @@ export default {
},
selection: {
marginRight: 12
},
table: {
width: 1000
}
}