UI tweaks
This commit is contained in:
parent
a49f8150da
commit
fe30e7e7d8
@ -94,11 +94,11 @@ const DecoratedAddressLink: React.FC<DecoratedAddressLinkProps> = ({
|
|||||||
<>
|
<>
|
||||||
{eoa === true && (
|
{eoa === true && (
|
||||||
<AddressLegend title="Externally owned account">
|
<AddressLegend title="Externally owned account">
|
||||||
(EOA)
|
[EOA]
|
||||||
</AddressLegend>
|
</AddressLegend>
|
||||||
)}
|
)}
|
||||||
{eoa === false && (
|
{eoa === false && (
|
||||||
<AddressLegend title="Contract account">(C)</AddressLegend>
|
<AddressLegend title="Contract account">[C]</AddressLegend>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user