diff --git a/web/components/issues/issue-layouts/list/block.tsx b/web/components/issues/issue-layouts/list/block.tsx index 1308a58649b..c68abac14f2 100644 --- a/web/components/issues/issue-layouts/list/block.tsx +++ b/web/components/issues/issue-layouts/list/block.tsx @@ -93,12 +93,16 @@ export const IssueBlock: React.FC = observer((props: IssueBlock
- +
+ {issue.sub_issues_count > 0 && ( + + )} +
{displayProperties && displayProperties?.key && (
{projectIdentifier}-{issue.sequence_id} diff --git a/web/package.json b/web/package.json index 9da28a399ed..06efa5a845a 100644 --- a/web/package.json +++ b/web/package.json @@ -48,7 +48,7 @@ "next-pwa": "^5.6.0", "next-themes": "^0.2.1", "nprogress": "^0.2.0", - "posthog-js": "^1.105.0", + "posthog-js": "^1.131.3", "react": "^18.3.1", "react-color": "^2.19.3", "react-day-picker": "^8.10.0",