From 031e807db018db0918950cf27aac75317621cc6c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 5 Nov 2025 07:11:28 +0000 Subject: [PATCH] completionId: cgen-3bb86b5ef9a447f3ab68fe4921915095 cgen-3bb86b5ef9a447f3ab68fe4921915095 --- client/pages/Dashboard.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index faceed06..9c3adf19 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -367,12 +367,7 @@ export default function Dashboard() { const userId = user!.id; - // Wrap entire operation in 15s timeout to prevent hanging - const timeoutPromise = new Promise((_, reject) => - setTimeout(() => reject(new Error("Dashboard loading timeout")), 15000) - ); - - // Parallelize all independent data fetches (with timeout protection) + // Parallelize all independent data fetches const [ projectsResult, teamsResult, @@ -1614,7 +1609,7 @@ export default function Dashboard() {

{project.title}

{project.status?.replace("_", " ").toUpperCase()}{" "} - ��{" "} + •{" "} {project.technologies?.slice(0, 2).join(", ") || "No tech specified"}