From b67c2060974fe74375773839d5872aab93cc656b Mon Sep 17 00:00:00 2001 From: Petr Balashov Date: Tue, 18 Apr 2017 18:24:58 +0200 Subject: [PATCH] full mode receive --- react/src/components/dashboard/receiveCoin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/src/components/dashboard/receiveCoin.js b/react/src/components/dashboard/receiveCoin.js index bec7f8f..01d43ff 100644 --- a/react/src/components/dashboard/receiveCoin.js +++ b/react/src/components/dashboard/receiveCoin.js @@ -3,9 +3,9 @@ import { translate } from '../../translate/translate'; class ReceiveCoin extends React.Component { renderAddressList() { - if (this.props.addresses && this.props.addresses.length) { + if (this.props.addresses && this.props.addresses['public'] && this.props.addresses['public'].length) { return this.props.addresses['public'].map((address) => - + {translate('IAPI.PUBLIC_SM')}