Skip to content

Commit

Permalink
Update: Link route
Browse files Browse the repository at this point in the history
  • Loading branch information
Beckyrose200 committed Dec 11, 2024
1 parent 31067a8 commit 28709c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/internal/modules/manage/lib/manage-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const manageTabSkeleton = () => ({
createLink('Invitations', _returnNotificationsInvitations(), scope.bulkReturnNotifications),
createLink('Paper forms', '/returns-notifications/forms', scope.returns),
createLink('Reminders', '/returns-notifications/reminders', scope.bulkReturnNotifications),
createLink('Ad-hoc returns', '/system/notifications/setup/ad-hoc-returns/licence', scope.returns)
createLink('Ad-hoc returns', '/system/notifications/ad-hoc-returns/licence', scope.returns)
],
licenceNotifications: [
createLink('Renewal', 'notifications/2?start=1', scope.renewalNotifications)
Expand Down
2 changes: 1 addition & 1 deletion test/internal/modules/manage/lib/manage-nav.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ experiment('getManageTabConfig', () => {
{
group: 'returnNotifications',
name: 'Ad-hoc returns',
path: '/system/notifications/setup/ad-hoc-returns/licence'
path: '/system/notifications/ad-hoc-returns/licence'
}])
})
})
Expand Down

0 comments on commit 28709c0

Please sign in to comment.