diff --git a/web/components/page-views/workspace-dashboard.tsx b/web/components/page-views/workspace-dashboard.tsx index 85f671130..1635599ff 100644 --- a/web/components/page-views/workspace-dashboard.tsx +++ b/web/components/page-views/workspace-dashboard.tsx @@ -67,7 +67,7 @@ export const WorkspaceDashboardView = observer(() => { )} - {homeDashboardId && joinedProjectIds ? ( + {homeDashboardId && joinedProjectIds && ( <> {joinedProjectIds.length > 0 ? ( <> @@ -95,10 +95,6 @@ export const WorkspaceDashboardView = observer(() => { /> )} - ) : ( -
- -
)} );