Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

772 utilize new get follow count #845

Merged
merged 12 commits into from
Dec 20, 2016
Merged

Conversation

originated
Copy link
Contributor

No description provided.

@originated originated requested a review from jcalfee December 13, 2016 21:46
@@ -62,7 +64,8 @@ export default class UserProfile extends React.Component {
((npFollowingLoading !== followingLoading) && !npFollowingLoading) ||
np.loading !== this.props.loading ||
np.location.pathname !== this.props.location.pathname ||
np.routeParams.accountname !== this.props.routeParams.accountname
np.routeParams.accountname !== this.props.routeParams.accountname ||
np.follow_count !== this.props.follow_count
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opening and closing parens are at different indent levels, is confusing

@valzav valzav merged commit c97ee0f into develop Dec 20, 2016
@originated originated deleted the 772-utilize-new-get-follow-count branch December 21, 2016 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants