remove trailing spaces

This commit is contained in:
cwm
2017-12-09 12:41:24 -06:00
parent 7284e36fbd
commit c5a688d70e
3 changed files with 4 additions and 4 deletions

View File

@ -126,7 +126,7 @@ export default class Status extends ImmutablePureComponent {
handleModalReblog = (status) => {
this.props.dispatch(reblog(status));
}
handleReblogClick = (status, e) => {
if (status.get('reblogged')) {
this.props.dispatch(unreblog(status));