Skip to content

Commit

Permalink
fix(Release): data handling in Release Clearing Details
Browse files Browse the repository at this point in the history
  • Loading branch information
duonglq-tsdv authored and heliocastro committed Dec 20, 2024
1 parent 7bf1fbf commit 41088df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const ClearingDetails = ({ release, releaseId, embeddedAttachments }: Props) : R
<td>
<ClearingInformationStatus
status={
release.clearingInformation ? release.clearingInformation.licenseAgreement : false
release.clearingInformation ? release.clearingInformation.legalEvaluation : false
}
/>
</td>
Expand All @@ -196,7 +196,7 @@ const ClearingDetails = ({ release, releaseId, embeddedAttachments }: Props) : R
<ClearingInformationStatus
status={
release.clearingInformation
? release.clearingInformation.licenseScanReportResult
? release.clearingInformation.licenseAgreement
: false
}
/>
Expand Down

0 comments on commit 41088df

Please sign in to comment.