[WEB-1114] chore: recent activity message updated (#4371)

This commit is contained in:
Anmol Singh Bhatia 2024-05-06 15:28:33 +05:30 committed by GitHub
parent 562e50815d
commit 59f1cc1962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -724,6 +724,7 @@ const activityDetails: {
<IssueLink activity={activity} /> <IssueLink activity={activity} />
</> </>
)} )}
{activity.verb === "2" && ` from inbox by marking a duplicate issue.`}
</> </>
), ),
icon: <Inbox size={12} color="#6b7280" aria-hidden="true" />, icon: <Inbox size={12} color="#6b7280" aria-hidden="true" />,