Skip to content

Commit

Permalink
rename root cid (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr authored Sep 26, 2023
1 parent ae2a5ef commit 946fc34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/src/DealDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ export function DealDetail(props) {
<td>{deal.SignedProposalCid}</td>
</tr>
<tr>
<th>Deal Data Root CID</th>
<td><Link to={'/piece-doctor/'+deal.DealDataRoot}>{deal.DealDataRoot}</Link></td>
<th>Label</th>
<td>{deal.DealDataRoot}</td>
</tr>
<tr>
<th>Verified</th>
Expand Down

0 comments on commit 946fc34

Please sign in to comment.