* Fix CopyBtn content * Fix explorer url Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
This commit is contained in:
parent
325adda00d
commit
2a01470d2d
|
@ -93,8 +93,8 @@ const EditOwnerComponent = ({ isOpen, onClose, ownerAddress, selectedOwnerName }
|
||||||
<Paragraph color="disabled" noMargin size="md" style={{ marginLeft: sm, marginRight: sm }}>
|
<Paragraph color="disabled" noMargin size="md" style={{ marginLeft: sm, marginRight: sm }}>
|
||||||
{ownerAddress}
|
{ownerAddress}
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
<CopyBtn content={safeAddress} />
|
<CopyBtn content={ownerAddress} />
|
||||||
<ExplorerButton explorerUrl={getExplorerInfo(safeAddress)} />
|
<ExplorerButton explorerUrl={getExplorerInfo(ownerAddress)} />
|
||||||
</Block>
|
</Block>
|
||||||
</Row>
|
</Row>
|
||||||
</Block>
|
</Block>
|
||||||
|
|
Loading…
Reference in New Issue