adding logs about rows to try to find the undefined one in the table
This commit is contained in:
parent
0837b4fc7b
commit
9d3cd41d5f
7 changed files with 15 additions and 1 deletions
|
|
@ -176,6 +176,7 @@ export default function Sites() {
|
|||
};
|
||||
|
||||
const desktopView = () => {
|
||||
console.log("Sites: " + sites)
|
||||
return (
|
||||
<ResponsiveTable<SiteWithData>
|
||||
title={"Jobsites"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue