diff --git a/web/core/components/inbox/content/inbox-issue-header.tsx b/web/core/components/inbox/content/inbox-issue-header.tsx index 4f67f77f541..6a7978bd403 100644 --- a/web/core/components/inbox/content/inbox-issue-header.tsx +++ b/web/core/components/inbox/content/inbox-issue-header.tsx @@ -168,15 +168,6 @@ export const InboxIssueActionsHeader: FC = observer((p }) ); - // const handleCopyIntakeIssueLink = () => - // copyUrlToClipboard(intakeIssueLink).then(() => - // setToast({ - // type: TOAST_TYPE.SUCCESS, - // title: "Link copied", - // message: "Issue link copied to clipboard", - // }) - // ); - const currentIssueIndex = filteredInboxIssueIds.findIndex((issueId) => issueId === currentInboxIssueId) ?? 0; const handleInboxIssueNavigation = useCallback(