Browse Source

native receive missing return in render

all-modes
pbca26 8 years ago
parent
commit
5417e0ebe8
  1. 2
      react/src/components/dashboard/walletsNativeReceive/walletsNativeReceive.js

2
react/src/components/dashboard/walletsNativeReceive/walletsNativeReceive.js

@ -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;

Loading…
Cancel
Save