Browse Source

chore(admin-ui): Fix typo in customer route

Michael Bromley 2 years ago
parent
commit
ba7a0cee66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/admin-ui/src/lib/customer/src/customer.routes.ts

+ 1 - 1
packages/admin-ui/src/lib/customer/src/customer.routes.ts

@@ -27,7 +27,7 @@ export const createRoutes = (pageService: PageService): Route[] => [
         component: PageComponent,
         data: {
             locationId: 'customer-detail',
-            breadcrumb: { label: _('breadcrumb.customers'), link: ['../', 'customer'] },
+            breadcrumb: { label: _('breadcrumb.customers'), link: ['../', 'customers'] },
         },
         children: pageService.getPageTabRoutes('customer-detail'),
     },