Replies in the compose form
This commit is contained in:
parent
1e0e17ba85
commit
dbae8062f4
15 changed files with 257 additions and 307 deletions
|
@ -15,7 +15,7 @@ const StatusList = React.createClass({
|
|||
<div style={{ overflowY: 'scroll', flex: '1 1 auto' }}>
|
||||
<div>
|
||||
{this.props.statuses.map((status) => {
|
||||
return <Status key={status.get('id')} status={status} />;
|
||||
return <Status key={status.get('id')} status={status} onReply={this.props.onReply} />;
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue