Commit 63cb6470 authored by tom's avatar tom

screeshots update

parent 0f1a831d
...@@ -14,7 +14,7 @@ type Props = { ...@@ -14,7 +14,7 @@ type Props = {
const AddressIcon = ({ address, className }: Props) => { const AddressIcon = ({ address, className }: Props) => {
if (address.is_contract) { if (address.is_contract) {
return ( return (
<AddressContractIcon/> <AddressContractIcon className={ className }/>
); );
} }
......
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