mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 21:33:21 +00:00
remove trailing spaces
This commit is contained in:
parent
7284e36fbd
commit
c5a688d70e
|
@ -93,7 +93,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
onPin (status) {
|
||||
if (status.get('pinned')) {
|
||||
dispatch(unpin(status));
|
||||
|
|
|
@ -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));
|
||||
|
|
|
@ -55,7 +55,7 @@ export default class ActionsModal extends ImmutablePureComponent {
|
|||
<DisplayName account={this.props.status.get('account')} />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<div className='favourite-modal__status-header'>
|
||||
<div className='favourite-modal__status-time'>
|
||||
<a href={this.props.status.get('url')} className='status__relative-time' target='_blank' rel='noopener'>
|
||||
|
@ -73,7 +73,7 @@ export default class ActionsModal extends ImmutablePureComponent {
|
|||
</div>
|
||||
|
||||
<StatusContent status={this.props.status} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue