|
@ -66,7 +66,7 @@ class WalletsNativeReceive extends React.Component { |
|
|
if (this.props && |
|
|
if (this.props && |
|
|
this.props.ActiveCoin && |
|
|
this.props.ActiveCoin && |
|
|
this.props.ActiveCoin.nativeActiveSection === 'receive') { |
|
|
this.props.ActiveCoin.nativeActiveSection === 'receive') { |
|
|
WalletsNativeReceiveRender.call(this); |
|
|
return WalletsNativeReceiveRender.call(this); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return null; |
|
|
return null; |
|
|