Improved how in-UI profiles look

This commit is contained in:
Eugen Rochko 2016-10-09 22:19:15 +02:00
parent 29e79f770f
commit 0634e8dee5
7 changed files with 94 additions and 64 deletions

View file

@ -75,7 +75,7 @@ const Account = React.createClass({
return (
<Column>
<div style={{ display: 'flex', flexDirection: 'column', 'flex': '0 0 auto', height: '100%' }}>
<Header account={account} />
<Header account={account} me={me} />
<ActionBar account={account} me={me} onFollow={this.handleFollow} onBlock={this.handleBlock} />