diff --git a/apps/web/core/components/inbox/content/inbox-issue-header.tsx b/apps/web/core/components/inbox/content/inbox-issue-header.tsx index c42e6a747e..bb68cdba6a 100644 --- a/apps/web/core/components/inbox/content/inbox-issue-header.tsx +++ b/apps/web/core/components/inbox/content/inbox-issue-header.tsx @@ -104,7 +104,6 @@ export const InboxIssueActionsHeader: FC = observer((p const currentInboxIssueId = inboxIssue?.issue?.id; - const redirectIssue = (): string | undefined => { let nextOrPreviousIssueId: string | undefined = undefined; const currentIssueIndex = filteredInboxIssueIds.findIndex((id) => id === currentInboxIssueId); diff --git a/package.json b/package.json index 93daef72ef..6cac20f032 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "start": "turbo run start", "clean": "turbo run clean && rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist", "fix": "turbo run fix", + "fix:format": "turbo run fix:format", "check": "turbo run check", "check:lint": "turbo run check:lint", "check:format": "turbo run check:format"