label
This commit is contained in:
@@ -114,7 +114,7 @@ exports[`SUMS Render 1`] = `
|
||||
class="MuiTableCell-root MuiTableCell-footer MuiTableCell-alignCenter"
|
||||
colspan="8"
|
||||
>
|
||||
No RX Identification Numbers
|
||||
No RX Software Identification Numbers
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
@@ -196,7 +196,7 @@ const MainForm = () => {
|
||||
<TableFooter>
|
||||
<TableRow>
|
||||
{!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
|
||||
rowsPerPageOptions={[5, 10, 25, 100]}
|
||||
|
||||
Reference in New Issue
Block a user