chore: format files

This commit is contained in:
Sriram Veeraghanta 2025-08-23 00:33:38 +05:30
parent 6e5549c439
commit a0f7acae42
2 changed files with 1 additions and 1 deletions

View file

@ -104,7 +104,6 @@ export const InboxIssueActionsHeader: FC<TInboxIssueActionsHeader> = observer((p
const currentInboxIssueId = inboxIssue?.issue?.id;
const redirectIssue = (): string | undefined => {
let nextOrPreviousIssueId: string | undefined = undefined;
const currentIssueIndex = filteredInboxIssueIds.findIndex((id) => id === currentInboxIssueId);