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