From 88a470929e38dc64cadc06373f1e0b6fca413bc6 Mon Sep 17 00:00:00 2001 From: Jerald-Golden-B Date: Mon, 23 Jun 2025 10:23:30 +0530 Subject: [PATCH] Remove debug logs and standardize container class names in Dashboard components --- app/src/components/Dashboard/DashboardHome.tsx | 1 - app/src/components/Dashboard/DashboardProjects.tsx | 2 +- app/src/components/Dashboard/DashboardTrash.tsx | 3 +-- app/src/components/Dashboard/DashboardTutorial.tsx | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/src/components/Dashboard/DashboardHome.tsx b/app/src/components/Dashboard/DashboardHome.tsx index 5fc1f92..fcb5c10 100644 --- a/app/src/components/Dashboard/DashboardHome.tsx +++ b/app/src/components/Dashboard/DashboardHome.tsx @@ -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
No recent projects found
; diff --git a/app/src/components/Dashboard/DashboardProjects.tsx b/app/src/components/Dashboard/DashboardProjects.tsx index e27d12a..5e2ff05 100644 --- a/app/src/components/Dashboard/DashboardProjects.tsx +++ b/app/src/components/Dashboard/DashboardProjects.tsx @@ -155,7 +155,7 @@ const DashboardProjects: React.FC = () => { handleProjectsSearch={handleProjectsSearch} /> -
+