Skip to content

Commit

Permalink
Fixed edit program area review button not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch committed Sep 21, 2023
1 parent 5d4fe56 commit f35dd0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const ViewProgramAreaReview = (props: IViewProgramAreaReviewProps) => {
const canEditReview =
reviewGuid === getGUID() &&
!printPreview &&
(getUserPrivileges(pia)?.Pages?.review?.params?.editProgramAreaReviewers ??
(getUserPrivileges(pia)?.Pages?.review?.params?.editProgramAreaReview ??
false);

return (
Expand Down

0 comments on commit f35dd0e

Please sign in to comment.