diff --git a/src/ui/component/socialShare/view.jsx b/src/ui/component/socialShare/view.jsx index 669589ac7..fbbf014be 100644 --- a/src/ui/component/socialShare/view.jsx +++ b/src/ui/component/socialShare/view.jsx @@ -27,7 +27,7 @@ class SocialShare extends React.PureComponent { render() { const { claim, isChannel } = this.props; - const { claim_id: claimId, name: claimName, channel_name: channelName, value } = claim; + const { claim_id: claimId, name: claimName, channel_name: channelName } = claim; const { speechShareable, onDone } = this.props; const channelClaimId = claim.signing_channel && claim.signing_channel.claim_id; @@ -70,7 +70,7 @@ class SocialShare extends React.PureComponent { {speechShareable && (
- +
@@ -98,7 +98,7 @@ class SocialShare extends React.PureComponent {
)}
- +