adding logs about rows to try to find the undefined one in the table

This commit is contained in:
csawatzky 2025-04-10 11:25:18 -06:00
parent 0837b4fc7b
commit 9d3cd41d5f
7 changed files with 15 additions and 1 deletions

View file

@ -176,6 +176,7 @@ export default function Sites() {
};
const desktopView = () => {
console.log("Sites: " + sites)
return (
<ResponsiveTable<SiteWithData>
title={"Jobsites"}