This commit is contained in:
pauladamseniii
2023-10-18 16:34:54 -04:00
parent 1c2d6ba2a2
commit a25dbcc592
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ exports[`SUMS Render 1`] = `
class="MuiTableCell-root MuiTableCell-footer MuiTableCell-alignCenter" class="MuiTableCell-root MuiTableCell-footer MuiTableCell-alignCenter"
colspan="8" colspan="8"
> >
No RX Identification Numbers No RX Software Identification Numbers
</td> </td>
</tr> </tr>
</tfoot> </tfoot>

View File

@@ -196,7 +196,7 @@ const MainForm = () => {
<TableFooter> <TableFooter>
<TableRow> <TableRow>
{!versionRxSwins || versionRxSwins.length === 0 ? ( {!versionRxSwins || versionRxSwins.length === 0 ? (
<TableCell colSpan={8} align="center">No RX Identification Numbers</TableCell> <TableCell colSpan={8} align="center">No RX Software Identification Numbers</TableCell>
) : ( ) : (
<TablePagination <TablePagination
rowsPerPageOptions={[5, 10, 25, 100]} rowsPerPageOptions={[5, 10, 25, 100]}