Skip to content

Commit

Permalink
Merge pull request #326 from siemens/feat/open_clearing_request
Browse files Browse the repository at this point in the history
fix(CR): Fixed comments in edit CR page
  • Loading branch information
heliocastro authored Sep 17, 2024
2 parents e6c1d0b + 416774f commit 7113cad
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,10 @@ function EditClearingRequest({ clearingRequestId }: { clearingRequestId: string
<Card.Body className = {`${styles['card-body']}`}>
<div>
<div className="col">
<ClearingComments
clearingRequestId={clearingRequestData.id}
/>
{openCardIndex === 1 && (
<ClearingComments
clearingRequestId={clearingRequestData.id} />
)}
</div>
</div>
</Card.Body>
Expand Down

0 comments on commit 7113cad

Please sign in to comment.