Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmycutie committed Aug 29, 2024
1 parent 16e2d7b commit f53306e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web/core/components/inbox/content/inbox-issue-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,6 @@ export const InboxIssueActionsHeader: FC<TInboxIssueActionsHeader> = 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(
Expand Down

0 comments on commit f53306e

Please sign in to comment.