🐛 fix: table colspan error
This commit is contained in:
parent
6c1e592a01
commit
5a2588d243
@ -349,7 +349,7 @@ export default function ChannelTableRow({ item, manageChannel, handleOpenModal,
|
||||
))}
|
||||
</StyledMenu>
|
||||
<TableRow>
|
||||
<TableCell style={{ paddingBottom: 0, paddingTop: 0, textAlign: 'left' }} colSpan={10}>
|
||||
<TableCell style={{ paddingBottom: 0, paddingTop: 0, textAlign: 'left' }} colSpan={11}>
|
||||
<Collapse in={openRow} timeout="auto" unmountOnExit>
|
||||
<Grid container spacing={1}>
|
||||
<Grid item xs={12}>
|
||||
|
@ -78,7 +78,7 @@ export default function PricesTableRow({ item, managePrices, handleOpenModal, se
|
||||
</TableRow>
|
||||
|
||||
<TableRow>
|
||||
<TableCell style={{ paddingBottom: 0, paddingTop: 0, textAlign: 'left' }} colSpan={10}>
|
||||
<TableCell style={{ paddingBottom: 0, paddingTop: 0, textAlign: 'left' }} colSpan={7}>
|
||||
<Collapse in={openRow} timeout="auto" unmountOnExit>
|
||||
<Grid container spacing={1}>
|
||||
<Grid item xs={12}>
|
||||
|
Loading…
Reference in New Issue
Block a user