More debugging
This commit is contained in:
@ -45,6 +45,8 @@ const Status = React.createClass({
|
||||
|
||||
var { status, ...other } = this.props;
|
||||
|
||||
console.log(status, this.props);
|
||||
|
||||
if (status.get('reblog') !== null) {
|
||||
let displayName = status.getIn(['account', 'display_name']);
|
||||
|
||||
|
Reference in New Issue
Block a user