|
|
|
@ -40,9 +40,11 @@ class Followers extends ImmutablePureComponent {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
componentWillMount () {
|
|
|
|
|
if (!this.props.accountIds) {
|
|
|
|
|
this.props.dispatch(fetchAccount(this.props.params.accountId));
|
|
|
|
|
this.props.dispatch(fetchFollowers(this.props.params.accountId));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
componentWillReceiveProps (nextProps) {
|
|
|
|
|
if (nextProps.params.accountId !== this.props.params.accountId && nextProps.params.accountId) {
|
|
|
|
|