|
@ -9,7 +9,7 @@ import Notifications from '../dashboard/notifications'; |
|
|
class WalletMain extends React.Component { |
|
|
class WalletMain extends React.Component { |
|
|
render() { |
|
|
render() { |
|
|
return ( |
|
|
return ( |
|
|
<div style={{height: '100%'}}> |
|
|
<div className="full-height"> |
|
|
<SyncOnly {...this.props} /> |
|
|
<SyncOnly {...this.props} /> |
|
|
<Dashboard {...this.props} /> |
|
|
<Dashboard {...this.props} /> |
|
|
<AddCoin {...this.props.AddCoin} /> |
|
|
<AddCoin {...this.props.AddCoin} /> |
|
|