Skip to content

Commit

Permalink
[WEB-1114] chore: recent activity message updated (#4371)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia authored May 6, 2024
1 parent 562e508 commit 59f1cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/components/core/activity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ const activityDetails: {
<IssueLink activity={activity} />
</>
)}
{activity.verb === "2" && ` from inbox by marking a duplicate issue.`}
</>
),
icon: <Inbox size={12} color="#6b7280" aria-hidden="true" />,
Expand Down

0 comments on commit 59f1cc1

Please sign in to comment.