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 9, 2023
1 parent 25bc8c6 commit 525bea9
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 525bea9

Please sign in to comment.