This should fix it
This commit is contained in:
@ -44,9 +44,7 @@ const Status = React.createClass({
|
||||
let media = '';
|
||||
let { status, ...other } = this.props;
|
||||
|
||||
if (status.get('reblog', null) !== null) {
|
||||
console.log(status.get('id'), status.get('reblog'));
|
||||
|
||||
if (status.get('reblog', null) !== null && typeof status.get('reblog') === 'object') {
|
||||
let displayName = status.getIn(['account', 'display_name']);
|
||||
|
||||
if (displayName.length === 0) {
|
||||
|
Reference in New Issue
Block a user