Skip to content

Commit

Permalink
rm Transfers Tree from batch details
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Jun 26, 2024
1 parent d7c312c commit 778d456
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ export function BatchHashDetailsComponent({
label="Inbound Cross Chain Height"
value={Number(batchDetails?.Header?.inboundCrossChainHeight)}
/>
<KeyValueItem
label="Transfers Tree"
value={
<TruncatedAddress address={batchDetails?.Header?.TransfersTree} />
}
/>
<KeyValueItem
label="Miner"
value={<TruncatedAddress address={batchDetails?.Header?.miner} />}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ export function BatchHeightDetailsComponent({
label="Inbound Cross Chain Height"
value={Number(batchDetails?.header?.inboundCrossChainHeight)}
/>
<KeyValueItem
label="Transfers Tree"
value={
<TruncatedAddress address={batchDetails?.header?.TransfersTree} />
}
/>
<KeyValueItem
label="Miner"
value={<TruncatedAddress address={batchDetails?.header?.miner} />}
Expand Down

0 comments on commit 778d456

Please sign in to comment.