CEC-4217 fix car update table (#322)
This commit is contained in:
@@ -195,7 +195,7 @@ exports[`CarUpdatesTab Render 1`] = `
|
|||||||
>
|
>
|
||||||
<td
|
<td
|
||||||
class="MuiTableCell-root MuiTableCell-footer MuiTableCell-alignCenter"
|
class="MuiTableCell-root MuiTableCell-footer MuiTableCell-alignCenter"
|
||||||
colspan="7"
|
colspan="8"
|
||||||
>
|
>
|
||||||
No Car Updates
|
No Car Updates
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -213,11 +213,11 @@ const MainForm = ({ vin, token }) => {
|
|||||||
<TableFooter>
|
<TableFooter>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
{totalCarUpdates === 0 ? (
|
{totalCarUpdates === 0 ? (
|
||||||
<TableCell colSpan={7} align="center">No Car Updates</TableCell>
|
<TableCell colSpan={8} align="center">No Car Updates</TableCell>
|
||||||
) : (
|
) : (
|
||||||
<TablePagination
|
<TablePagination
|
||||||
rowsPerPageOptions={[5, 10, 25, 100]}
|
rowsPerPageOptions={[5, 10, 25, 100]}
|
||||||
colSpan={7}
|
colSpan={8}
|
||||||
count={totalCarUpdates}
|
count={totalCarUpdates}
|
||||||
rowsPerPage={pageSize}
|
rowsPerPage={pageSize}
|
||||||
page={pageIndex}
|
page={pageIndex}
|
||||||
|
|||||||
Reference in New Issue
Block a user