fix related to activity (#5972)
This commit is contained in:
parent
acba451803
commit
1743717351
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export const getRelationActivityContent = (activity: TIssueActivity | undefined)
|
|||
case "duplicate":
|
||||
return activity.old_value === "" ? `marked this issue as duplicate of ` : `removed this issue as a duplicate of `;
|
||||
case "relates_to":
|
||||
activity.old_value === "" ? `marked that this issue relates to ` : `removed the relation from `;
|
||||
return activity.old_value === "" ? `marked that this issue relates to ` : `removed the relation from `;
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue