Browse Source

Extract inline css - walletMain page

all-modes
petitPapillon 8 years ago
parent
commit
241bfa063c
  1. 2
      react/src/components/main/walletMain.js

2
react/src/components/main/walletMain.js

@ -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} />

Loading…
Cancel
Save