Commit 568d94e9 authored by tom's avatar tom

hmmm

parent c29888e0
...@@ -29,7 +29,7 @@ const AddressCoinBalanceTableItem = (props: Props) => { ...@@ -29,7 +29,7 @@ const AddressCoinBalanceTableItem = (props: Props) => {
<Td> <Td>
{ props.transaction_hash ? { props.transaction_hash ?
( (
<Address w="150px" fontWeight="700" display="block"> <Address w="150px" fontWeight="700">
<AddressLink hash={ props.transaction_hash } type="transaction"/> <AddressLink hash={ props.transaction_hash } type="transaction"/>
</Address> </Address>
) : ) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment