Skip to content

Commit

Permalink
fix: show correct value for ownership assessment pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed Aug 9, 2024
1 parent 6aae128 commit f301591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AssessmentDetailsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const AssessmentDetailsPanel = ({

<div className="flex grow justify-end">
<Bubble
value={assessment.pass}
value={assessment.ownershipAssessment.pass}
additionalClasses="text-xs"
/>
</div>
Expand Down

0 comments on commit f301591

Please sign in to comment.