Updated ProjectsTable.tsx

This commit is contained in:
Francisco Pessano
2025-07-13 21:14:05 -03:00
committed by GitHub
parent ce9d7a2fc9
commit 63d65249d3

View File

@@ -252,9 +252,7 @@ export function ProjectsTable({ projects, title, showUrlColumn = true, onSeenSta
</div>
),
size: 80,
}),
size: 120,
}),
})
], [showUrlColumn, seenProjects]);
const table = useReactTable({