chore: format files
This commit is contained in:
parent
6e5549c439
commit
a0f7acae42
2 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue