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

@ -93,7 +93,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
}
}
},
onPin (status) {
if (status.get('pinned')) {
dispatch(unpin(status));