Skip to content

Commit

Permalink
fix: use first nav item as landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Dec 31, 2024
1 parent f7785d0 commit f13a825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/hooks/useHomePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const useHomePage = () => {
case WORKQUEUE_TABS.readyToIssue:
case WORKQUEUE_TABS.outbox:
path = generateGoToHomeTabUrl({
tabId: WORKQUEUE_TABS.myDrafts
tabId: firstNavItem
})
break
case WORKQUEUE_TABS.organisation:
Expand Down

0 comments on commit f13a825

Please sign in to comment.