accounts.js -> Parity-reactive-ui accountCard

This commit is contained in:
kaikun213 2017-07-27 13:24:00 +02:00
parent cd0fbbe948
commit e317fcf1d8
1 changed files with 3 additions and 5 deletions

View File

@ -41,7 +41,8 @@ import Shapeshift from './Shapeshift';
import Transfer from './Transfer';
import Verification from './Verification';
import Header from './Header';
import { AccountCard } from 'parity-reactive-ui';
import Store from './store';
import Transactions from './Transactions';
import styles from './account.css';
@ -136,10 +137,7 @@ class Account extends Component {
{ this.renderVerificationDialog() }
{ this.renderActionbar(account) }
<Page padded>
<Header
account={ account }
disabled={ !isAvailable }
/>
<AccountCard account={ account } disabled={ !isAvailable } />
<Transactions
address={ address }
/>