Skip to content

Commit

Permalink
fix: no activity while moving inbox issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikrishnamathala committed Dec 11, 2024
1 parent 7fca7fd commit d0eb396
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const IssueActivityItem: FC<TIssueActivityItem> = observer((props) => {
return <IssueAttachmentActivity {...componentDefaultProps} showIssue={false} />;
case "archived_at":
return <IssueArchivedAtActivity {...componentDefaultProps} />;
case "intake":
case "inbox":
return <IssueInboxActivity {...componentDefaultProps} />;
case "type":
Expand Down

0 comments on commit d0eb396

Please sign in to comment.