label
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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]}
|
||||||
|
|||||||
Reference in New Issue
Block a user