Remove debug logs and standardize container class names in Dashboard components

This commit is contained in:
2025-06-23 10:23:30 +05:30
parent 05a11c1184
commit 88a470929e
4 changed files with 3 additions and 5 deletions

View File

@@ -113,7 +113,6 @@ const DashboardHome: React.FC = () => {
const renderProjects = () => {
const projectList = recentProjects[Object.keys(recentProjects)[0]];
console.log('projectList: ', projectList);
if (!projectList?.length) {
return <div className="empty-state">No recent projects found</div>;