import React from 'react'; import WalletsBalance from '../walletsBalance/walletsBalance'; import WalletsInfo from '../walletsInfo/walletsInfo'; import SendCoin from '../sendCoin/sendCoin'; import WalletsProgress from '../walletsProgress/walletsProgress'; import WalletsData from '../walletsData/walletsData'; import ReceiveCoin from '../receiveCoin/receiveCoin'; const WalletsNativeRender = function() { return (
  1. { this.getCoinStyle('title') && } { this.props.ActiveCoin.coin }
); }; export default WalletsNativeRender;