fix warnings (#256)
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user