fix warnings (#256)

This commit is contained in:
das31
2023-01-12 15:39:10 -05:00
committed by GitHub
parent 8698a31586
commit c10835bec9
4 changed files with 7 additions and 123 deletions

View File

@@ -198,7 +198,7 @@ const MainForm = ({ vin, token }) => {
<TableFooter>
<TableRow>
{totalCarUpdates === 0 ? (
<p>No Car Updates found</p>
<td>No Car Updates found</td>
) : (
<TablePagination
rowsPerPageOptions={[5, 10, 25, 100]}