fix: issue descriptions not showing

This commit is contained in:
2026-01-26 23:53:35 +00:00
parent 71be765956
commit 0252a7b949
2 changed files with 1 additions and 2 deletions

View File

@@ -454,7 +454,7 @@ export function IssueDetails({
/> />
</div> </div>
</div> </div>
{organisation?.Organisation.features.description && {organisation?.Organisation.features.issueDescriptions &&
(description || isEditingDescription ? ( (description || isEditingDescription ? (
<Textarea <Textarea
ref={descriptionRef} ref={descriptionRef}

View File

@@ -1,7 +1,6 @@
# HIGH PRIORITY # HIGH PRIORITY
- BUGS: - BUGS:
- issue descriptions not showing
- FEATURES: - FEATURES:
- pricing page - pricing page
- see jira and other competitors - see jira and other competitors