Skip to content

Commit

Permalink
Merge pull request HospitalRun#2538 from cpondoc/remove-visits
Browse files Browse the repository at this point in the history
fix(mobile navbar): remove invalid links
  • Loading branch information
matteovivona committed Jan 3, 2021
2 parents 95ad325 + b7b4098 commit 56b005c
Showing 1 changed file with 0 additions and 12 deletions.
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',
},
settings: {
permission: null,
label: 'settings.label',
Expand Down

0 comments on commit 56b005c

Please sign in to comment.