mirror of
https://github.com/status-im/safe-react.git
synced 2025-03-01 18:00:34 +00:00
Avoid displaying UNKNOWN
in owner's list (#1881)
This commit is contained in:
parent
fa2262f8b0
commit
1994f62827
@ -11,7 +11,7 @@ export const OwnerRow = ({ ownerAddress }: { ownerAddress: string }): ReactEleme
|
|||||||
return (
|
return (
|
||||||
<EthHashInfo
|
<EthHashInfo
|
||||||
hash={ownerAddress}
|
hash={ownerAddress}
|
||||||
name={ownerName}
|
name={ownerName === 'UNKNOWN' ? '' : ownerName}
|
||||||
showIdenticon
|
showIdenticon
|
||||||
showCopyBtn
|
showCopyBtn
|
||||||
explorerUrl={getExplorerInfo(ownerAddress)}
|
explorerUrl={getExplorerInfo(ownerAddress)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user