Browse Source

Debugging

master
Eugen Rochko 8 years ago
parent
commit
f8b9b0810d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/javascripts/components/selectors/index.jsx

+ 1
- 1
app/assets/javascripts/components/selectors/index.jsx View File

@ -45,7 +45,7 @@ const assembleStatus = (id, statuses, accounts) => {
}
}
console.log('assembly for status', id, reblog.toJS());
console.log('assembly for status', id, Immutable.Map.isMap(reblog) ? reblog.toJS() : reblog);
return status.set('reblog', reblog).set('account', accounts.get(status.get('account')));
};

Loading…
Cancel
Save