Skip to content

Commit

Permalink
Fix permission string
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Nov 15, 2023
1 parent 2bf3d5b commit 5a7006c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const UserDetails = (props: UserDetailProps) => {
)}
</PageHeader>
</div>
<RbacCheck permissions={['PractitionerDetails.read']}>
<RbacCheck permissions={['PractitionerDetail.read']}>
<div className="details-tab">
<Tabs
defaultActiveKey="1"
Expand Down

0 comments on commit 5a7006c

Please sign in to comment.