Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into 2496-billing-module
Browse files Browse the repository at this point in the history
  • Loading branch information
blestab committed Jan 4, 2021
2 parents d9788b2 + 56b005c commit e50badd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"eslint-plugin-jest": "~24.1.0",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-prettier": "~3.3.0",
"eslint-plugin-react": "~7.21.0",
"eslint-plugin-react": "~7.22.0",
"eslint-plugin-react-hooks": "~4.1.0",
"history": "4.10.1",
"husky": "~4.3.0",
Expand Down
12 changes: 0 additions & 12 deletions src/shared/components/navbar/pageMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,6 @@ const pageMap: {
path: '/incidents/visualize',
icon: 'incident',
},
newVisit: {
permission: Permissions.AddVisit,
label: 'visits.visit.new',
path: '/visits',
icon: 'add',
},
viewVisits: {
permission: Permissions.ReadVisits,
label: 'visits.visit.label',
path: '/visits',
icon: 'visit',
},
newPricingItem: {
permission: Permissions.AddPricingItems,
label: 'billing.requests.new',
Expand Down

0 comments on commit e50badd

Please sign in to comment.