mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
fix: issue descriptions not showing
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user