From 0252a7b9499d515f28345acd0e8ff66754a124e0 Mon Sep 17 00:00:00 2001 From: Oliver Bryan Date: Mon, 26 Jan 2026 23:53:35 +0000 Subject: [PATCH] fix: issue descriptions not showing --- packages/frontend/src/components/issue-details.tsx | 2 +- todo.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/frontend/src/components/issue-details.tsx b/packages/frontend/src/components/issue-details.tsx index f9ffa86..faa1be1 100644 --- a/packages/frontend/src/components/issue-details.tsx +++ b/packages/frontend/src/components/issue-details.tsx @@ -454,7 +454,7 @@ export function IssueDetails({ /> - {organisation?.Organisation.features.description && + {organisation?.Organisation.features.issueDescriptions && (description || isEditingDescription ? (