Skip to content

Commit

Permalink
Explorer: move transactions below the owned objects section (MystenLa…
Browse files Browse the repository at this point in the history
  • Loading branch information
666lcz authored Jun 11, 2022
1 parent 6ec4862 commit d18aebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/client/src/pages/address-result/AddressResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ function AddressResult() {
/>
</div>
</div>
<TxForID id={addressID} category="address" />
<div>
<div>Owned Objects</div>
<div>
{<OwnedObjects id={addressID} byAddress={true} />}
</div>
</div>
<TxForID id={addressID} category="address" />
</div>
);
} else {
Expand Down

0 comments on commit d18aebc

Please sign in to comment.