Skip to content

Commit

Permalink
fix: allow member to see her own review even when review items are no…
Browse files Browse the repository at this point in the history
…t viewable
  • Loading branch information
Logos50607 committed Dec 4, 2024
1 parent 381418c commit 7f00527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/review/ReviewCollectionBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const ReviewCollectionBlock: React.VFC<{
return !isProductAdmin &&
!reviewable?.is_score_viewable &&
!reviewable?.is_item_viewable &&
currentMemberReview.length === 0 &&
!reviewable?.is_writable ? (
<></>
) : (
Expand Down

0 comments on commit 7f00527

Please sign in to comment.