|
|
@ -97,7 +97,9 @@ export default class SenderToRecipient extends PureComponent { |
|
|
|
onClick={() => { |
|
|
|
onClick={() => { |
|
|
|
this.setState({ recipientAddressCopied: true }) |
|
|
|
this.setState({ recipientAddressCopied: true }) |
|
|
|
copyToClipboard(checksummedRecipientAddress) |
|
|
|
copyToClipboard(checksummedRecipientAddress) |
|
|
|
|
|
|
|
if (onRecipientClick) { |
|
|
|
onRecipientClick() |
|
|
|
onRecipientClick() |
|
|
|
|
|
|
|
} |
|
|
|
}} |
|
|
|
}} |
|
|
|
> |
|
|
|
> |
|
|
|
{ this.renderRecipientIdenticon() } |
|
|
|
{ this.renderRecipientIdenticon() } |
|
|
@ -164,7 +166,9 @@ export default class SenderToRecipient extends PureComponent { |
|
|
|
onClick={() => { |
|
|
|
onClick={() => { |
|
|
|
this.setState({ senderAddressCopied: true }) |
|
|
|
this.setState({ senderAddressCopied: true }) |
|
|
|
copyToClipboard(checksummedSenderAddress) |
|
|
|
copyToClipboard(checksummedSenderAddress) |
|
|
|
|
|
|
|
if (onSenderClick) { |
|
|
|
onSenderClick() |
|
|
|
onSenderClick() |
|
|
|
|
|
|
|
} |
|
|
|
}} |
|
|
|
}} |
|
|
|
> |
|
|
|
> |
|
|
|
{ this.renderSenderIdenticon() } |
|
|
|
{ this.renderSenderIdenticon() } |
|
|
|