fix: fix wallet table width
This commit is contained in:
parent
82490145cd
commit
12e9523554
3 changed files with 11 additions and 6 deletions
|
|
@ -127,6 +127,8 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue