[Glitch] Run eslint --fix
I don't like it changing files this way, but it's basically what
c49213f0ea
and a few others did.
This commit is contained in:
@ -50,7 +50,7 @@ class Account extends ImmutablePureComponent {
|
||||
} else {
|
||||
dispatch(followAccount(account.get('id')));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
render () {
|
||||
const { account, intl } = this.props;
|
||||
|
@ -69,7 +69,7 @@ class FollowRecommendations extends ImmutablePureComponent {
|
||||
}));
|
||||
|
||||
router.history.push('/home');
|
||||
}
|
||||
};
|
||||
|
||||
render () {
|
||||
const { suggestions, isLoading } = this.props;
|
||||
|
Reference in New Issue
Block a user