Skip to content

Commit

Permalink
Chore/remove redundant billable service link
Browse files Browse the repository at this point in the history
Chore/remove redundant billable service link
  • Loading branch information
Michaelndula authored Jul 25, 2024
2 parents ef2707e + 30d8395 commit 4af695c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion packages/esm-admin-nav-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjthc/esm-admin-nav-app",
"version": "1.0.2",
"version": "1.0.3",
"description": "Admin micro-frontend to navigate to all admin apps",
"browser": "dist/sjthc-esm-admin-nav-app.js",
"main": "src/index.ts",
Expand Down
6 changes: 0 additions & 6 deletions packages/esm-admin-nav-app/src/navbar/nav-utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ export const moduleLinks = [
icon: <InventoryManagement size={24} />,
requiresAdmin: true,
},
{
label: 'Billable Services',
url: `${openmrsSpaBase}billable-services`,
icon: <InventoryManagement size={24} />,
requiresAdmin: true,
},
{
label: 'Backup Services',
url: `${openmrsSpaBase}home/import-export`,
Expand Down

0 comments on commit 4af695c

Please sign in to comment.