From f9d39db24a6139289f4b2fb4d279059c6a733cfb Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 11 Feb 2025 13:40:58 +0000 Subject: [PATCH] Remove personal button when loading --- src/components/Dashboard/DashboardPage.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/components/Dashboard/DashboardPage.tsx b/src/components/Dashboard/DashboardPage.tsx index 4c2cfee20..90d0aab82 100644 --- a/src/components/Dashboard/DashboardPage.tsx +++ b/src/components/Dashboard/DashboardPage.tsx @@ -82,17 +82,16 @@ export function DashboardPage(props: DashboardPageProps) { 'striped-loader-slate': isLoading, })} > -
+
- - {!isLoading && ( <> + {teamList.map((team) => { const { avatar } = team; const avatarUrl = avatar