@@ -39,14 +33,11 @@ export function ProfileWorkload({ stateDistribution }: Props) {
-
- {stateGroupLabels[group.state_group as keyof typeof stateGroupLabels] ??
- STATE_GROUPS[group.state_group].label}
-
+
{getProfileStateGroupLabel(group.state_group)}
{group.state_count}
diff --git a/plane-src/apps/web/core/components/profile/profile-issues.tsx b/plane-src/apps/web/core/components/profile/profile-issues.tsx
index 4822a6e..9ac5c00 100644
--- a/plane-src/apps/web/core/components/profile/profile-issues.tsx
+++ b/plane-src/apps/web/core/components/profile/profile-issues.tsx
@@ -66,9 +66,9 @@ export const ProfileIssuesPage = observer(function ProfileIssuesPage(props: Prop
{profileWorkItemsFilter &&
}
{activeLayout === "list" ? (
-
+
) : activeLayout === "kanban" ? (
-
+
) : null}