diff --git a/react/src/components/dashboard/receiveCoin/receiveCoin.render.js b/react/src/components/dashboard/receiveCoin/receiveCoin.render.js index 9a54f80..c83f736 100644 --- a/react/src/components/dashboard/receiveCoin/receiveCoin.render.js +++ b/react/src/components/dashboard/receiveCoin/receiveCoin.render.js @@ -27,7 +27,7 @@ export const AddressActionsBasiliskModeRender = function(address) { ); }; -export const AddressActionsNonBasiliskModeRender = function (address) { +export const AddressActionsNonBasiliskModeRender = function(address) { return ( @@ -40,7 +40,7 @@ export const AddressActionsNonBasiliskModeRender = function (address) { ); }; -export const AddressItemRender = function (address) { +export const AddressItemRender = function(address) { return ( { this.renderAddressActions(address.address) } @@ -51,7 +51,7 @@ export const AddressItemRender = function (address) { ); }; -export const ReceiveCoinRender = function () { +export const ReceiveCoinRender = function() { return (
diff --git a/react/src/components/dashboard/walletsNativeReceive/walletsNativeReceive.js b/react/src/components/dashboard/walletsNativeReceive/walletsNativeReceive.js index 05e65a4..16fb502 100644 --- a/react/src/components/dashboard/walletsNativeReceive/walletsNativeReceive.js +++ b/react/src/components/dashboard/walletsNativeReceive/walletsNativeReceive.js @@ -66,7 +66,7 @@ class WalletsNativeReceive extends React.Component { if (this.props && this.props.ActiveCoin && this.props.ActiveCoin.nativeActiveSection === 'receive') { - WalletsNativeReceiveRender.call(this); + return WalletsNativeReceiveRender.call(this); } return null;