Updated ProjectsTable.tsx

This commit is contained in:
Francisco Pessano
2025-07-13 21:08:55 -03:00
committed by GitHub
parent 4a342cfccd
commit 51b20a5123

View File

@@ -408,5 +408,6 @@ export function ProjectsTable({ projects, title, showUrlColumn = true, onSeenSta
</div> </div>
</div> </div>
</div> </div>
</div>
); );
} }