Skip to content

Commit

Permalink
Blank lines restored and added for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespaologarcia committed Oct 5, 2023
1 parent 0c2834d commit 8cba41d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/breadcrumb-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ export function getRegistryDashboardBreadcrumb (): BreadcrumbIF {
href: `${registryHomeUrl}`
}
}

export function getUserDashboardBreadcrumb (): BreadcrumbIF {
const registryHomeUrl = sessionStorage.getItem('REGISTRY_HOME_URL')
return {
text: 'BC Registries Dashboard',
href: `${registryHomeUrl}dashboard/${getParams()}`
}
}

export function getStaffDashboardBreadcrumb (): BreadcrumbIF {
const businessUrl = sessionStorage.getItem('BUSINESSES_URL')
return {
Expand Down

0 comments on commit 8cba41d

Please sign in to comment.