Commit c099afd3 authored by isstuev's avatar isstuev

Display shortened address for proxy contracts

parent fc0ee3bc
...@@ -29,7 +29,7 @@ const AddressEntityContentProxy = (props: ContentProps) => { ...@@ -29,7 +29,7 @@ const AddressEntityContentProxy = (props: ContentProps) => {
<Box display="inline-flex" w="100%"> <Box display="inline-flex" w="100%">
<EntityBase.Content <EntityBase.Content
{ ...props } { ...props }
truncation={ implementationName || props.address.name ? 'tail' : 'dynamic' } truncation={ implementationName || props.address.name ? 'tail' : props.truncation }
text={ implementationName || props.address.name || props.address.hash } text={ implementationName || props.address.name || props.address.hash }
/> />
</Box> </Box>
......
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